forked from VoxeLibre/VoxeLibre
Increase FOV to 86.1
This commit is contained in:
parent
ae7615c557
commit
f700463c4f
|
@ -107,6 +107,7 @@ minetest.register_on_joinplayer(function(player)
|
|||
mcl_player.player_attached[player:get_player_name()] = false
|
||||
mcl_player.player_set_model(player, "character.b3d")
|
||||
player:set_local_animation({x=0, y=79}, {x=168, y=187}, {x=189, y=198}, {x=200, y=219}, 30)
|
||||
player:set_fov(86.1) -- see <https://minecraft.gamepedia.com/Options#Video_settings>>>>
|
||||
end)
|
||||
|
||||
minetest.register_on_leaveplayer(function(player)
|
||||
|
|
Loading…
Reference in New Issue