mirror of
https://github.com/APercy/ap_airship.git
synced 2025-03-15 07:51:20 +00:00
Update entities.lua
This commit is contained in:
parent
4f4c8317bf
commit
d359b5adca
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ minetest.register_entity("ap_airship:airship", {
|
|||
local sdir = minetest.yaw_to_dir(newyaw)
|
||||
local snormal = {x=sdir.z,y=0,z=-sdir.x} -- rightside, dot is negative
|
||||
local prsr = ap_airship.dot(snormal,nhdir)
|
||||
local rollfactor = -15
|
||||
local rollfactor = -4
|
||||
local newroll = 0
|
||||
if self._last_roll ~= nil then newroll = self._last_roll end
|
||||
--oscilation when stoped
|
||||
|
|
Loading…
Add table
Reference in a new issue