Found out why collision box does not fit train

master
Gabriel Pérez-Cerezo 2017-01-29 12:52:51 +01:00
parent 5f01cd2d5a
commit bfd24ee43a
No known key found for this signature in database
GPG Key ID: 90422B01A46D0B3E
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ advtrains.register_wagon("subway_wagon", {
},
visual_size = {x=1, y=1},
wagon_span=2,
collisionbox = {-1.0,-0.5,-1.8, 1.0,2.5,1.8},
--collisionbox = {-1.0,-0.5,-1.8, 1.0,2.5,1.8},
collisionbox = {-1.0,-0.5,-1.0, 1.0,2.5,1.0},
is_locomotive=true,
drops={"default:steelblock 4"},
--custom_on_activate = function(self, dtime_s)