crystal-bit / godot-game-template

Generic template for Godot games
MIT License
598 stars 47 forks source link

change_scene(): await for pre_start() to be finished before showing the new scene #69

Closed davcri closed 2 years ago

davcri commented 2 years ago

Fixes #66 and handles sync and async pre_start(). Thanks Iftahh for proposing the code implementation.

davcri commented 2 years ago

Closing because main branch was selected (and also the commit was already merged into staging).