mirror of
https://github.com/APercy/automobiles_pck
synced 2025-06-18 23:08:01 +02:00
improved obstacle detection
This commit is contained in:
parent
3d8b734314
commit
d983ee7422
@ -420,7 +420,7 @@ minetest.register_entity("automobiles_roadster:roadster", {
|
||||
player:set_look_horizontal(newyaw)
|
||||
end]]--
|
||||
|
||||
local newpitch = self._pitch --velocity.y * math.rad(6)
|
||||
local newpitch = velocity.y * math.rad(6)
|
||||
|
||||
--[[
|
||||
accell correction
|
||||
|
Loading…
Reference in New Issue
Block a user