Devlogs
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