summaryrefslogtreecommitdiff
path: root/scenes/levels/puzzle
diff options
context:
space:
mode:
authorrom <romangraef@gmail.com>2021-04-26 21:45:31 +0200
committerrom <romangraef@gmail.com>2021-04-26 21:45:31 +0200
commit16bf959cd60a79fe906ad7e64574e4a77bd80517 (patch)
tree59b20568016840cbbd8fe2d5811d4563ad8835f5 /scenes/levels/puzzle
parentd44dfdce553254fed44c58a25fd4d5235fdc1326 (diff)
downloadldjam48-16bf959cd60a79fe906ad7e64574e4a77bd80517.tar.gz
ldjam48-16bf959cd60a79fe906ad7e64574e4a77bd80517.tar.bz2
ldjam48-16bf959cd60a79fe906ad7e64574e4a77bd80517.zip
peaceful
Diffstat (limited to 'scenes/levels/puzzle')
-rw-r--r--scenes/levels/puzzle/puzzle.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/scenes/levels/puzzle/puzzle.gd b/scenes/levels/puzzle/puzzle.gd
index ffebcab..c23b3a2 100644
--- a/scenes/levels/puzzle/puzzle.gd
+++ b/scenes/levels/puzzle/puzzle.gd
@@ -69,7 +69,6 @@ func _do_push(from, to):
if not (same_row or same_col):
print("Invalid move")
return
- print("Performing push from ", from, " to ", to, " in direction ", dir)
var i = to
while i != from:
var next_pos