mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-24 07:25:10 +00:00
Increase FOV to 86.1
This commit is contained in:
parent
ae7615c557
commit
f700463c4f
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue