Demo Game Hub

For anyone interested, I've updated the Demo Game Hub (and the project source files) from v0.4 of RPG in a Box to the latest version! The Demo Game Hub is a collection of tiny example games that I created with RPG in a Box. It's meant as a fun way of demonstrating the current capabilities of the engine and the variety of styles that are possible!
Demo Game Hub on itch.io:
https://zeromatrix.itch.io/rpginabox-examplegame
In addition to the main game download, the project source files are also available for anyone interested in seeing how certain things are done. Have fun! :)
Release Notes for v1.3.0
- Migrated Demo Game Hub (including the project source files download) from RPG in a Box v0.4 to v0.5
- Updated dialogue font to the new default font
- Updated item icons to use Pixeltier's RPG icons
- PETSCII World: Changed map to use isometric camera
- PETSCII World: Changed treasure chest to use a script file instead of a quick script
- PETSCII World: Changed treasure chest script to use "+=" assignment statement for incrementing coin counter instead of "Set Global Property" function
- Example Game World: Change "gem_chest" script to use assignment statement instead of "Set Global Property" function
- Example Game World: Added custom UI theme with a separate dialogue style for the slimes (with portrait position set to "top")
- Example Game World: Adjusted stats of hostile slimes, set up their behaviors as a preset
- Example Game World: Added script to slime goo to heal player for 2 HP
- Example Game World: Set blue gems and slime goo to be stackable
- Example Game World: Added transparency to "stone_wall_window" model
- Desert Racing World: Updated scripting for race position tracking to use a finish line script that's triggerable by the racer NPCs instead of relying on timers
- Desert Racing World: Set up behaviors for racers as a preset
- Desert Racing World: Added log messages to indicate when each racer finishes
- Desert Racing World: Slightly decreased speed of red racer