bendn's repos
/
two_dots
array_remake
2
Branches
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'utils.gd')
-rw-r--r--
utils.gd
1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils.gd b/utils.gd
index 9140d1a..314aa0a 100644
--- a/
utils.gd
+++ b/
utils.gd
@@ -1,5 +1,6 @@
extends Node
+
func instance_scene_on_main(scene, position):
var main = get_tree().current_scene
var instance = scene.instance()