Make entry sprites draggable + save their positions

This commit is contained in:
2021-09-18 17:32:25 -06:00
parent b8372420f0
commit 65323a3d96
4 changed files with 15 additions and 3 deletions

View File

@@ -7,6 +7,9 @@
(method &override :Void create []
(super.create)
(FlxG.plugins.add (new FlxMouseControl))
// TODO find a better way to pass the archiveDir to a HaxeFlixel game
(let [archiveDir
(or (Sys.getEnv "NAT_DIR") (throw "NAT_DIR environment variable must be set"))