mm2ghost 1.0.0
We're out of beta! We're releasing on time!
- You can now browse for ghosts with a file picker GUI!
- Added a new wrapping check based on visible screen
- Lots and lots of cleanup
The file picker makes things way more convenient. You can specify the base directory (baseDir) in config.lua. Using the Arguments box is still an option; the file picker will only pop up if you leave it blank.
The new wrapping check came about as I finally started dabbling in out-of-bounds/zippy stuff. I felt like the ghost should appear on the visible screen even if you are physically many screens ahead, so I implemented some logic to do so, which is suitably contrived.
For the cleanup, I converted tabs to spaces, named flag constants, and split out lots of logic into functions. The works!