Skip to content

EntityHero v0.4

Compare
Choose a tag to compare
@nopjne nopjne released this 11 Oct 22:49
· 34 commits to master since this release

Adds support for Copy and Paste. Copy and paste happens with Text that will be parsed on the fly.
--It is now possible to copy a node and paste into notepad(++)
--Additionally a node from notepad(++) can be loaded back into EntityHero just by pasting.
Adds support for multiple Encounters, previously only the first encounter Type would be considered for spawn resolution. Now every encounter with "ENCOUNTER_SPAWN" will be considered.
Adds ability to extend the insert menu by editing the insert_desc.txt which is a CSV file.
Adds hints for eventCall blocks that deal with encounters.