Skip to content

Commit

Permalink
fix attach_offset height for 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h-v-smacker committed Feb 27, 2020
1 parent bff5e6d commit f1fbd44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ advtrains.register_wagon("diesel_lokomotive", {
seats = {
{
name = S("Driver Stand (left)"),
attach_offset = {x=-3, y=12, z=-2},
attach_offset = {x=-3, y=2, z=-2},
view_offset = {x=-4, y=3, z=0},
group = "dstand",
},
{
name = S("Trainee Seat (right)"),
attach_offset = {x=3, y=12, z=-2},
attach_offset = {x=3, y=2, z=-2},
view_offset = {x=4, y=3, z=0},
group = "tseat",
},
Expand Down

0 comments on commit f1fbd44

Please sign in to comment.