Yogoda / ZoneLoadingSystem

Dynamic zone loading system for Godot
Creative Commons Zero v1.0 Universal
226 stars 13 forks source link

Add a 2D demo with YSorting for angled 2D perspective #9

Closed Wrzlprnft closed 4 years ago

Wrzlprnft commented 4 years ago

This adds an extra parent node for each zone trigger in form of a YSort node, to which the zone get's attached. The type of the World and ZoneLoader nodes is changed to YSort. This allows for an uninterrupted "YSort-tree" from the player to the zones and "into" the zones. Fixes #7 (see for issue explanation) Extra demo zones are set up to demonstrate the behaviour.