Skip to content

v2.31.0 for Godot 4.2

Compare
Choose a tag to compare
@nathanhoad nathanhoad released this 08 Dec 10:03
· 176 commits to main since this release

⚠ Notes

If you haven't already you might need to update your balloon to change the elif dialogue_line.time != null: line to be elif dialogue_line.time != "": (dialogue_line.time is now a strongly typed string).

What's Changed

New Stuff

Fixes

Other Changes

New Contributors

Full Changelog: v2.30.0...v2.31.0