feat: Do choose the correct exits

This commit is contained in:
Dendy 2026-03-02 19:19:06 +01:00
parent 29308d78c2
commit 2e552cc4fc
1 changed files with 2 additions and 0 deletions

View File

@ -17,8 +17,10 @@ func _ready() -> void:
func update() -> void:
var i = 0
print(exits)
for exit in exits:
if not exit:
i += 1
continue
if i == 0: #n