bomb spawn im crying

This commit is contained in:
Rendo 2025-11-27 18:16:26 +05:00
commit 3302fcfc96
16 changed files with 148 additions and 15 deletions

View file

@ -8,7 +8,8 @@ func enter() -> void:
change_state(enter_state)
func exit() -> void:
clear_state.rpc()
if is_multiplayer_authority():
clear_state.rpc()
func update(delta: float) -> void:
if current_state == null: