From 2e552cc4fceecef74aa779573e73da5f698f4285 Mon Sep 17 00:00:00 2001 From: Dendy Faist Date: Mon, 2 Mar 2026 19:19:06 +0100 Subject: [PATCH] feat: Do choose the correct exits --- chunk.gd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chunk.gd b/chunk.gd index 98e4080..061c849 100644 --- a/chunk.gd +++ b/chunk.gd @@ -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