aboutsummaryrefslogtreecommitdiff
path: root/client/map/tile_factory.gd
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-09-25 17:20:49 +0200
committertpart <tpart120@proton.me>2025-09-25 17:20:53 +0200
commit0147200021599bf45a2313b815c93093d3e05bd3 (patch)
tree4c89d54b6299964c38b1db626399890eb3163809 /client/map/tile_factory.gd
parentd9fb8bbeb54c7b7feb7a48343c929cf63d8aed2f (diff)
downloadhurrycurry-0147200021599bf45a2313b815c93093d3e05bd3.tar
hurrycurry-0147200021599bf45a2313b815c93093d3e05bd3.tar.bz2
hurrycurry-0147200021599bf45a2313b815c93093d3e05bd3.tar.zst
Add bun crate (Closes #410)
Diffstat (limited to 'client/map/tile_factory.gd')
-rw-r--r--client/map/tile_factory.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/map/tile_factory.gd b/client/map/tile_factory.gd
index fb72fe77..316fcfae 100644
--- a/client/map/tile_factory.gd
+++ b/client/map/tile_factory.gd
@@ -74,6 +74,7 @@ func produce(tile_name: String, position: Vector2i, neighbors: Array) -> Tile:
"house-roof": return HouseRoof.new(ctx)
"house-roof-chimney": return HouseRoofChimney.new(ctx)
+ "bun-crate": return BunCrate.new(ctx)
"cheese-crate": return CheeseCrate.new(ctx)
"coconut-crate": return CoconutCrate.new(ctx)
"dirty-plate-crate": return CounterBase.new(ctx)