Huge thanks to TriforceOfKirby for an awesome job on the newest changes to PetiTouch. Here are the list of changes I've noticed so far:
- The boot screen logo now has a consistent design with the one posted on the project page.
- The recovery menu is "functioning". (Every option reboots and some gives a blank sub-menu but it works as it should.)
- Code optimization and cleanup. Lines such as
LOCATE 2,4:PRINT"----------"
are shortened to something similar toLOCATE 2,4:?"-"*10
. - A username input. (Prompted every time.) It'll display on the top-left corner of the top screen.
The new UI is still yet to come so stay on tuned! I'll probably step down from programming and just design the thing instead! TriforceOfKirby is much more capable than me in SmileBASIC.