Scene Manager 1.0.1 Tools 4.0 Community
Submitted by user glassbrick; MIT; 2023-04-16
Plugin for easy screen transitions and node references. (More features to come in the future!)
Just install and use it directly in your code:
SceneManager.change_scene('res://demo/test.tscn')
We also have more customization options!
SceneManager.change_scene(
'res://demo/test2.tscn',
{ "pattern": "scribbles", "pattern_leave": "squares" }
)
Read the full API docs at the Github page!
View files Download Submit an issue Recent Edits