return on finish emit

This commit is contained in:
yuki 2025-11-19 16:32:36 -03:00
parent 9b30a3b054
commit bc9cb7b455

View file

@ -19,6 +19,7 @@ func _enter(_previous_state_path: String, _data: Dictionary = {"round": 0, "rest
if level.current_round + 1 == 4:
finished.emit(FINISHING)
return
assert(
(level.player_1 != null and level.player_2 != null) or