Correct view offset and wagon_span on new subway wagon

master
orwell96 2017-01-17 21:59:32 +01:00
parent b6e2aeea71
commit 262826fb8c
1 changed files with 2 additions and 2 deletions

View File

@ -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"},