master #2

Merged
NO11 merged 11 commits from VoxeLibre/VoxeLibre:master into master 2021-07-18 19:19:57 +02:00
1 changed files with 6 additions and 8 deletions
Showing only changes of commit f46c4ebad7 - Show all commits

View File

@ -232,14 +232,12 @@ minetest.register_globalstep(function(dtime)
local moving = {}
local any
for id, y in pairs(huds.moving) do
if not control.jump then
y = y - 1
else
if not control.aux1 then
y = y - 3
else
y = y - 8
y = y - 1
if control.jump then
y = y - 2
if control.aux1 then
y = y - 5
end
end