devlog and untracked file cleanup into .temp

This commit is contained in:
2022-08-17 02:44:58 +00:00
parent 25464a4e0c
commit 8131258ccc
8 changed files with 41 additions and 1 deletions

View File

@@ -580,7 +580,7 @@
(set nextPuzzleChoiceGroup.cameras [uiCamera])
(add nextPuzzleChoiceGroup)
(let [x 0 &mut y 0 &mut :FlxButton b null]
// TODO also limit puzzle size by rewardSprite dimensions
// TODO also limit puzzle size by rewardSprite dimensions (which are available in bmd in startPuzzlePackChoice())
(doFor size PUZZLE_SIZE_OPTIONS
(set b (new FlxButton x y "$(* size size)" ->:Void {
(remove nextPuzzleChoiceGroup)