How do you change scene in grow-graphics gd? #111
Answered
by
Splizard
KameiKojirou
asked this question in
Q&A
Replies: 1 comment 2 replies
-
var next_scene = Resource.Load[PackedScene.Instance]("res://levels/level2.tscn")
var tree SceneTree.Instance = m.Super().GetTree()
tree.ChangeSceneToFile("res://levels/level2.tscn")
tree.ChangeSceneToPacked(next_scene) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Splizard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been loving playing with grow so far, But I haven't had any luck with changing scenes. What's the correct way to change scene in Grow from a file and a preloaded scene?
Beta Was this translation helpful? Give feedback.
All reactions