Skip to content

v0.10

Compare
Choose a tag to compare
@paulloz paulloz released this 11 Jun 10:15
· 74 commits to main since this release
b2f9f34

Disclaimer

This release contains breaking changes. These changes are marked 💥 in the changelog below.
Please back up your projects before upgrading.

Changelog

  • Rename the InkStory node and class into InkPlayer 💥
  • Manually loading a story resource is now done with LoadStory(string) or LoadStory(Resource) 💥
  • LoadStory methods now return a Godot.Error value
  • Usability enhancement of the preview dock
  • Fix .ink files compilation on X11 (#40)
  • Create a way to override the inklecate path setting outside of version control (#35)
  • Minor bugfixes
  • The repository now contains example scenes