Skip to content

Commit

Permalink
Update addons/block_code/blocks/communication/switch_scene.tres
Browse files Browse the repository at this point in the history
Co-authored-by: Will Thompson <[email protected]>
  • Loading branch information
vanessa-chang and wjt authored Nov 6, 2024
1 parent f383e6c commit 7b3e199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/block_code/blocks/communication/switch_scene.tres
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target_node_class = ""
description = "Stop playing the current scene, and switch to a different one. You might use this to switch to a new level."
category = "Communication | Methods"
type = 2
variant_type = 4
variant_type = 0
display_template = "switch the scene to {file_path: STRING}"
code_template = "get_tree().change_scene_to_file({file_path})
"
Expand Down

0 comments on commit 7b3e199

Please sign in to comment.