Pitch-Rotate player model and unblock downwards-going view

This commit is contained in:
SmallJoker
2017-10-27 12:33:32 +02:00
parent be0c56edef
commit 6ac106c1a7
3 changed files with 24 additions and 2 deletions

View File

@ -25,6 +25,10 @@ if not default.player_attached then
default.player_attached = {}
end
minetest.after(1, function()
boost_cart.old_player_model = type(player_api) ~= "table"
end)
dofile(boost_cart.modpath.."/functions.lua")
dofile(boost_cart.modpath.."/rails.lua")