aboutsummaryrefslogtreecommitdiff
path: root/client/scripts/map/oven.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/scripts/map/oven.gd')
-rw-r--r--client/scripts/map/oven.gd6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/scripts/map/oven.gd b/client/scripts/map/oven.gd
new file mode 100644
index 00000000..2ebe7f33
--- /dev/null
+++ b/client/scripts/map/oven.gd
@@ -0,0 +1,6 @@
+class_name Oven
+extends Counter
+
+func setup(rename: String, neighbors: Array):
+ super.setup(rename, neighbors)
+ base.add_child(load("res://models/prefabs/map/oven.tscn").instantiate())