Correct view offset and wagon_span on new subway wagon
This commit is contained in:
parent
b6e2aeea71
commit
262826fb8c
|
@ -8,12 +8,12 @@ advtrains.register_wagon("subway_wagon", {
|
|||
{
|
||||
name="Default Seat (driver stand)",
|
||||
attach_offset={x=0, y=10, z=0},
|
||||
view_offset={x=0, y=6, z=0},
|
||||
view_offset={x=0, y=0, z=0},
|
||||
driving_ctrl_access=true,
|
||||
},
|
||||
},
|
||||
visual_size = {x=1, y=1},
|
||||
wagon_span=1.8,
|
||||
wagon_span=2,
|
||||
collisionbox = {-1.0,-0.5,-1.0, 1.0,2.5,1.0},
|
||||
is_locomotive=true,
|
||||
drops={"default:steelblock 4"},
|
||||
|
|
Loading…
Reference in New Issue