💝 Improvements
- Reduce "layout shifts" in Events Sheet when adding events or modifying them
- Browsing the events sheet and editing events should be a bit more comfortable now.
🐛 Bug fixes
- Fix link in disabled events still processed internally
- This could generate infinite loop crashs even when a link is included as
a sub event of a disabled event.
- This could generate infinite loop crashs even when a link is included as
- Fix missing effect tab on some objects
- Fix a performance regression on scenes with a lot of sprites
- Fix scene editor window rectangle color
⚙️ Developer tools
- Add
clearCanvas
flag toRuntimeScene
for multi-scene rendering support (Thanks @malec-palec!)- This prop is passed to
PIXI.Renderer.render
asclear
option to support multi-scene rendering.
- This prop is passed to