Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@sscovil sscovil released this 09 Jun 17:25
· 19 commits to main since this release
e85fbdc

Added

  • SplitScreen2D exported property transparent_background
  • SplitScreen2DConfig class
  • SplitScreen2D.from_config() static method
  • res://example/example_2.tscn example scene
  • res://example/example_2.gd script that illustrates the usage of SplitScreen2DConfig and SplitScreen2D.from_config()

Changed

  • SplitScreen2D exported property renamed from rebuild_deleay to rebuild_delay (see Breaking Change notice below)
  • Updated screenshots to include new configuration options
  • Updated README.md with documentation for new features

Breaking Change: In earlier versions, there was an exported property of SplitScreen2D named rebuild_deleay (note the typo in the word "delay"). In this release, that typo has been fixed and the property is now rebuild_delay. If you had previously set this value, you will need to set it again after upgrading to this version. If you referenced the property in your code, be sure to update it there as well.

Full Changelog: v0.2.1...v0.3.0