Skip to content

v2.30.0 for Godot 4.2

Compare
Choose a tag to compare
@nathanhoad nathanhoad released this 02 Dec 11:19
· 197 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

Other Changes

Full Changelog: v2.29.2...v2.30.0