3.0 Prerelease 119 2025-07-14
Downloads:
Bug Fixes
- prevent multiple potential crashes from bad string formatting
b809aa2aa
Player
- split enemies spawning no longer broken in regions
dc7031557
- lift sound not played when re-lifting weapons
f4a5408c3
- prevent overflow when checking distance for triggers
3be4a4a2d
The distance checking function only worked correctly for points close enough to be in the same screen, but within regions it was overflowing and returing wrong results.
- prevent performance regression related to multiple combo triggers
cbd73ce9f
- prevent crash when triggering blocks
dde993dbc
regressed 6b5e98d (z3)
Editor
- .tsv strings import no longer drops last string
a4e7b48b8
- prevent rare crash when opening quest
7abe6d21a
Refactors
- move example quests to
quests/examples
folderb1d11a158
Tests
- add triggers2.zplay
ddebf1671