- Rework game menu
- Fix ActionState could not display details error
- Make can be directly load into a selection mods by using the json
- Fix can't using any
justPress,press,justRelease - Fix could not load the file if missing full function such as
onUpdate,onUpdatePost,...
- Added Lua script (is work lmao)
- Added alot of function/variable make for lua (beta!)
- Fix
mod_versionwill also not able to load if the mods not have same version atapi_version(maybe it just a bug??) - Using
hscript-irissince this one is better - Update
README.md
- Make Splashes can be skipping by press Enter
- Fix
engineCreditsFromMad by JoaTH TeamtoMade by JoaTH Team
- Add HScript can code as classes (just find a workaround for this one)
- Add a splashes whenever enter a game
- Fix can't load the file when switched to
ScriptedClassandScriptedSubClass(just don't put them on when load game right on thePlayState) - Make can be directly load into a selection mods by using the json (scrapped)
- Fix Paths (i just notice that we would need manual patht the file so i fix this by using
PolyHandler)
- Make a switch state when there have no mods folder inside them (like will move to
ActionStatewhen have no folder containsmeta.jsonin themodsfolder) - Display more thing on
Aboutstate - Add credits state on this engine (thought idk is should be?, but we will made mods can also add credits on them too)
- Edit more thing on
GameSelectionState(still same) - Fix card display overlap the About State
- Edit more thing on
ActionState - Try to make using like
new FlxTypedGroup<Class Name>();can be run
- Add a card display game onto
GameSelectionState(it likely display cartridge) - Add a crash handler
- Add a
Aboutclass
- Create a simple hscript system
- Create and init the polymod
- Create a selected mods (like selected game)
- Create a simple save data (will never work this one, using
FlxG.save.datainstead man) - Rewrite
Project.xmlfor better look (still same) - Fix the Polymod cannot loaded the mods
- Fix the engine cannot load any file from
datafolder for every mods - Fix the
HScriptnot working after loading file - Config more thing like imported, added more function and variable on
HScript - Finished the menu of
GameSelectionState - Fix icon cannot loaded for each selected game on
GameSelectionState - Fix the game cant even load (just found that can't using
version:Stringdirectly ontoLibclass)