Overview
This release adds support for Room Text loading, expands Screenshotting, fixes a major startup crash and temporarily disables Particle System loading.
Warning
- The minimum supported GameMaker Runtime version is now v2024.11.0.227.
- Particle System Loading is temporarily disabled due to a crash. Investigating.
Additions
- Room Text loading.
- RoomLoader.take_screenshot(): added optional scaling.
- RoomLoader.take_screenshot_part(): new method.
Changes
- RoomLoader.take_screenshot(): made all arguments after
room
optional. - Particle System Loading: temporary disabled, investigating a crash.
Fixes
- Startup crash on
RoomLoader
constructor initialization due to 2024.11 changes.