We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f383e6c commit 7b3e199Copy full SHA for 7b3e199
addons/block_code/blocks/communication/switch_scene.tres
@@ -9,7 +9,7 @@ target_node_class = ""
9
description = "Stop playing the current scene, and switch to a different one. You might use this to switch to a new level."
10
category = "Communication | Methods"
11
type = 2
12
-variant_type = 4
+variant_type = 0
13
display_template = "switch the scene to {file_path: STRING}"
14
code_template = "get_tree().change_scene_to_file({file_path})
15
"
0 commit comments