Isle Goblin v1.0.1 is out!
This is a minor update that fixes a bug and adds a small feature.
Bugs:
- Fixed the New button not opening
Features:
- Made Line numbers in the text editor true by default.
- Added new icon made by community member @Spiral on discord!
Planned features:
- Ability to add themes
- Decompiler built in
- Automaticlly convert png to texture2d
Technical Details:
The bug was caused by pyinstaller not automatically detecting pyro and pyroprompt (2 libraries I use), I switch to cx_Freeze but may switch back to pyinstaller in the future!