make CONTROL the reset key

This commit is contained in:
2022-08-12 19:14:08 +00:00
parent 3580538144
commit e4c9f20544

View File

@@ -55,7 +55,7 @@
(entryWindow.show))))
(#when debug
(when FlxG.keys.justPressed.SHIFT
(when FlxG.keys.justPressed.CONTROL
(set save.data.storedPositions (new Map<Int,FlxPoint>))
(save.flush)))