Player settings

This commit is contained in:
Rendo 2025-11-30 16:38:57 +05:00
commit e8127ee423
8 changed files with 109 additions and 5 deletions

View file

@ -9,7 +9,7 @@ func exit() -> void:
pass
func state_input(event: InputEvent) -> void:
if not machine.is_multiplayer_authority(): return
if not machine.is_multiplayer_authority() or Input.mouse_mode != Input.MouseMode.MOUSE_MODE_CAPTURED: return
if event.is_action_pressed("plr_reload"):
init_reload.rpc()