habit-puzzles work around key conflict handling by not allowing custom shortcuts

This commit is contained in:
2022-10-21 19:58:08 +00:00
parent 3626c93e38
commit ad6d9eac75
6 changed files with 27 additions and 18 deletions

View File

@@ -44,6 +44,7 @@ import jigsawx.JigsawPiece;
import jigsawx.Jigsawx;
import jigsawx.math.Vec2;
import kiss_flixel.DragToSelectPlugin;
import re_flex.R;
typedef StartPuzzleFunc = (Int, Int) -> Void;