3.0 Prerelease 149 2025-12-13
Downloads:
Bug Fixes
- prevent program sometimes not changing to correct folder at startup
ab0dff784 - build with pulseaudio support, fixes sound in many Linux distros
81ace29ed
Editor
- map viewer error popups being invisible
644ec1507Also adds some more detail to the errors Also allows closing the program while the map viewer is open
ZScript
- DrawCombo's "frame" parameter being useless.
deb71789bIt now specifies which frame of the combo's animation to draw. If negative, uses the current frame (as was previously always the case).
- DrawTile wraps around better
0fe5e82d9When drawing a >1 tall tileblock with DrawTile, it will now wrap multiple rows at the edges similar to combos with Skip Y.
Web
- fix app hanging when waiting for mouse release
9b1fb8334Regressed recently in da66fdf.