Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hpi-swa-lab/godot-pronto
Browse files Browse the repository at this point in the history
…into game-tutorial-game-ole
  • Loading branch information
ole1711 committed Oct 24, 2023
2 parents 08c8cdc + fab348f commit a049cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/pronto/docks/create_button.gd
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func clicked():
create_scene(name, create_export)

# Open the newly created scene in editor.
var editor_interface = G.at("_pronto_editor_plugin").get_editor_interface() as EditorInterface
var editor_interface = G.at("_pronto_editor_plugin").get_editor_interface()
var scene_path = "res://prototypes/" + name + "/" + name + ".tscn"
editor_interface.open_scene_from_path(scene_path)

Expand Down

0 comments on commit a049cc3

Please sign in to comment.