forked from MineClone5/MineClone5
Merge branch 'master' of https://git.minetest.land/epCode/MineClone2
This commit is contained in:
commit
f37096cb4b
|
@ -25,6 +25,7 @@ minetest.register_globalstep(function(dtime)
|
|||
name = player:get_player_name()
|
||||
|
||||
-- controls head bone
|
||||
|
||||
pitch = degrees(player:get_look_vertical()) * -1
|
||||
|
||||
if controls.LMB then
|
||||
|
|
Loading…
Reference in New Issue