Skip to content

Commit 7b3e199

Browse files
vanessa-changwjt
andauthored
Update addons/block_code/blocks/communication/switch_scene.tres
Co-authored-by: Will Thompson <wjt@endlessos.org>
1 parent f383e6c commit 7b3e199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/block_code/blocks/communication/switch_scene.tres

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ target_node_class = ""
99
description = "Stop playing the current scene, and switch to a different one. You might use this to switch to a new level."
1010
category = "Communication | Methods"
1111
type = 2
12-
variant_type = 4
12+
variant_type = 0
1313
display_template = "switch the scene to {file_path: STRING}"
1414
code_template = "get_tree().change_scene_to_file({file_path})
1515
"

0 commit comments

Comments
 (0)