aboutsummaryrefslogtreecommitdiff
path: root/client/scripts/map/cutting_board.gd
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-06-21 00:47:57 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-23 19:25:29 +0200
commitb430895ea49ebeb0359a2d36164832303aaf757d (patch)
tree651c4e1e0a9e22207607eba0c15da6c02374ead6 /client/scripts/map/cutting_board.gd
parent4f19a2cd91b099dc2e0d6c673d853befc7044340 (diff)
downloadhurrycurry-b430895ea49ebeb0359a2d36164832303aaf757d.tar
hurrycurry-b430895ea49ebeb0359a2d36164832303aaf757d.tar.bz2
hurrycurry-b430895ea49ebeb0359a2d36164832303aaf757d.tar.zst
add door
Diffstat (limited to 'client/scripts/map/cutting_board.gd')
-rw-r--r--client/scripts/map/cutting_board.gd6
1 files changed, 0 insertions, 6 deletions
diff --git a/client/scripts/map/cutting_board.gd b/client/scripts/map/cutting_board.gd
deleted file mode 100644
index 0164036b..00000000
--- a/client/scripts/map/cutting_board.gd
+++ /dev/null
@@ -1,6 +0,0 @@
-class_name CuttingBoard
-extends CounterBase
-
-func setup(rename: String, neighbors: Array):
- super.setup(rename, neighbors)
- base.add_child(load("res://models/prefabs/map/cuttingboard.tscn").instantiate())