summaryrefslogtreecommitdiff
path: root/Scripts/Generator.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/Generator.gd')
-rw-r--r--Scripts/Generator.gd10
1 files changed, 10 insertions, 0 deletions
diff --git a/Scripts/Generator.gd b/Scripts/Generator.gd
new file mode 100644
index 0000000..cb46eff
--- /dev/null
+++ b/Scripts/Generator.gd
@@ -0,0 +1,10 @@
+extends Node
+class_name Generator
+
+@export var numbernode : NumberNode
+
+func _ready():
+ pass # Replace with function body.
+
+func generate():
+ pass