v0.3.0
Pre-release
Pre-release
Added
SplitScreen2D
exported propertytransparent_background
SplitScreen2DConfig
classSplitScreen2D.from_config()
static methodres://example/example_2.tscn
example sceneres://example/example_2.gd
script that illustrates the usage ofSplitScreen2DConfig
andSplitScreen2D.from_config()
Changed
SplitScreen2D
exported property renamed fromrebuild_deleay
torebuild_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