diff options
author | nokoe <nokoe@mailbox.org> | 2024-06-20 15:21:57 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:24:32 +0200 |
commit | 7fc559d2967dd235f72ad0fd04d5e13c31486e98 (patch) | |
tree | 5833536b051956ce049681ec04eab0d2ec8fe17a /client/scripts/map/counter_base.gd | |
parent | 43528e61419b639049799b5e5de19c727d508dbc (diff) | |
download | hurrycurry-7fc559d2967dd235f72ad0fd04d5e13c31486e98.tar hurrycurry-7fc559d2967dd235f72ad0fd04d5e13c31486e98.tar.bz2 hurrycurry-7fc559d2967dd235f72ad0fd04d5e13c31486e98.tar.zst |
add some more counter elements
Diffstat (limited to 'client/scripts/map/counter_base.gd')
-rw-r--r-- | client/scripts/map/counter_base.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/scripts/map/counter_base.gd b/client/scripts/map/counter_base.gd index 32f5cc06..c32cb070 100644 --- a/client/scripts/map/counter_base.gd +++ b/client/scripts/map/counter_base.gd @@ -10,4 +10,3 @@ func setup(rename: String, neighbors: Array): 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()) - turn_facing(facing) |