Add boost_cart:register_rail(name, def)

This commit is contained in:
SmallJoker
2015-06-05 20:00:53 +02:00
parent adfcfe0841
commit a7fd733819
4 changed files with 46 additions and 85 deletions

View File

@ -13,10 +13,6 @@ function vector.floor(v)
}
end
function vector.tostr(v)
return string.format("{%.3f; %.3f; %.3f}", v.x, v.y, v.z)
end
dofile(boost_cart.modpath.."/functions.lua")
dofile(boost_cart.modpath.."/rails.lua")