We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4822221 commit fa45346Copy full SHA for fa45346
game_board/GameBoard.gd
@@ -1,5 +1,5 @@
1
-# FIXME:
2
-# - gems exploded need ones above to fall down; then missing ones added above
+# WORKLIST:
+# 1. all gems need to explode at once (get_first_match_gems) needs to become return_all_matches!
3
extends Node2D
4
class_name GameBoard
5
# SIGNALS
0 commit comments