summaryrefslogtreecommitdiff
path: root/Enum.tscn
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2020-12-31 11:33:12 +0100
committerDaniel Weipert <code@drogueronin.de>2020-12-31 11:33:12 +0100
commitfb64f15e22acfc1c03c7c5357dd66077454adbcf (patch)
tree96cdbb8f59bd65609aa76276dfba94f9cdad33d4 /Enum.tscn
Initial commit
Diffstat (limited to 'Enum.tscn')
-rw-r--r--Enum.tscn6
1 files changed, 6 insertions, 0 deletions
diff --git a/Enum.tscn b/Enum.tscn
new file mode 100644
index 0000000..2d64842
--- /dev/null
+++ b/Enum.tscn
@@ -0,0 +1,6 @@
+[gd_scene load_steps=2 format=2]
+
+[ext_resource path="res://Enum.gd" type="Script" id=1]
+
+[node name="Enum" type="Node"]
+script = ExtResource( 1 )