mirror of
https://github.com/mt-mods/controls.git
synced 2024-11-24 07:33:43 +01:00
5.3.0 compat (new "zoom" player control")
related: https://github.com/pandorabox-io/pandorabox.io/issues/520
This commit is contained in:
parent
53b48c6a10
commit
fca7da6ffb
3
init.lua
3
init.lua
@ -27,7 +27,8 @@ minetest.register_on_joinplayer(function(player)
|
|||||||
sneak={false},
|
sneak={false},
|
||||||
aux1={false},
|
aux1={false},
|
||||||
down={false},
|
down={false},
|
||||||
up={false}
|
up={false},
|
||||||
|
zoom={false}
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user