diff options
author | Mainote <celelon_ray_rest@yahoo.co.jp> | 2018-03-22 23:24:29 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-22 23:24:29 +0900 |
commit | 63e3115f4d52d82099608a914a6617ef4969f4a3 (patch) | |
tree | 03df5a7223f11af4fb42d0694f4cf28800eef327 | |
parent | f9b4a560d58a40a78980a4b5051c0aaa4d7f774f (diff) |
Add files via upload
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ advtrains.register_wagon("under_s7dm", { seats = { { name=S("Driver stand"), - attach_offset={x=0, y=8, z=13}, - view_offset={x=0, y=0, z=0}, + attach_offset={x=0, y=8, z=19}, + view_offset={x=0, y=-3, z=16}, driving_ctrl_access=true, group="dstand", }, |