Add files via upload

This commit is contained in:
Mainote 2018-03-23 17:01:13 +09:00 committed by GitHub
parent 755b22817d
commit 59e365d537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ advtrains.register_wagon("under_s7dm", {
{ {
name=S("Driver stand"), name=S("Driver stand"),
attach_offset={x=0, y=8, z=19}, attach_offset={x=0, y=8, z=19},
view_offset={x=0, y=-3, z=16}, view_offset={x=0, y=-1, z=18},
driving_ctrl_access=true, driving_ctrl_access=true,
group="dstand", group="dstand",
}, },
@ -72,7 +72,7 @@ advtrains.register_wagon("under_s7dm", {
visual_size = {x=1, y=1}, visual_size = {x=1, y=1},
wagon_span=2.5, wagon_span=2.5,
is_locomotive=true, is_locomotive=true,
collisionbox = {-1.0,-0.5,-1.0, 1.0,2.5,1.0}, collisionbox = {-1.0,-0.5,-2.0, 1.0,2.5,2.0},
drops={"default:steelblock 4"}, drops={"default:steelblock 4"},
}, S("underground_s7dm"), "advtrains_london_s7dm_inv.png") }, S("underground_s7dm"), "advtrains_london_s7dm_inv.png")