From 7fc559d2967dd235f72ad0fd04d5e13c31486e98 Mon Sep 17 00:00:00 2001 From: nokoe Date: Thu, 20 Jun 2024 15:21:57 +0200 Subject: add some more counter elements --- client/scripts/map/oven.gd | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 client/scripts/map/oven.gd (limited to 'client/scripts/map/oven.gd') 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()) -- cgit v1.2.3-70-g09d2