From b430895ea49ebeb0359a2d36164832303aaf757d Mon Sep 17 00:00:00 2001 From: nokoe Date: Fri, 21 Jun 2024 00:47:57 +0200 Subject: add door --- client/scripts/map/counter_base.gd | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 client/scripts/map/counter_base.gd (limited to 'client/scripts/map/counter_base.gd') diff --git a/client/scripts/map/counter_base.gd b/client/scripts/map/counter_base.gd deleted file mode 100644 index 19c7f045..00000000 --- a/client/scripts/map/counter_base.gd +++ /dev/null @@ -1,12 +0,0 @@ -class_name CounterBase -extends Counter - -func setup(rename: String, neighbors: Array): - super.setup(rename, neighbors) - match kind: - CounterKind.OUTER_CORNER: - base.add_child(load("res://models/prefabs/map/kitchencounter_outercorner.tscn").instantiate()) - CounterKind.STRAIGHT: - base.add_child(load("res://models/prefabs/map/kitchencounter_straight_A.tscn").instantiate()) - CounterKind.STRAIGHT_BACKSPLASH: - base.add_child(load("res://models/prefabs/map/kitchencounter_straight_A_backsplash.tscn").instantiate()) -- cgit v1.2.3-70-g09d2