aboutsummaryrefslogtreecommitdiff
path: root/client/map/tiles/book.gd
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-09-26 19:38:58 +0200
committernokoe <nokoe@mailbox.org>2024-09-26 20:28:08 +0200
commit2031a8b9d2bf568f538cc9223713f50c77bac897 (patch)
tree82d9ed6f8502bcd1d949e28d4d61528b8478c437 /client/map/tiles/book.gd
parent2a96dbb14fe268c90025d1d0af5e66dc9b00f214 (diff)
downloadhurrycurry-2031a8b9d2bf568f538cc9223713f50c77bac897.tar
hurrycurry-2031a8b9d2bf568f538cc9223713f50c77bac897.tar.bz2
hurrycurry-2031a8b9d2bf568f538cc9223713f50c77bac897.tar.zst
floor as one mesh
Diffstat (limited to 'client/map/tiles/book.gd')
-rw-r--r--client/map/tiles/book.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/map/tiles/book.gd b/client/map/tiles/book.gd
index bc87ba6b..28d9c75d 100644
--- a/client/map/tiles/book.gd
+++ b/client/map/tiles/book.gd
@@ -17,6 +17,6 @@
class_name Book
extends CounterBase
-func _init(rename: String, neighbors: Array):
- super(rename, neighbors)
+func _init(ctx: TileFactory.TileCC):
+ super(ctx)
base.add_child(load("res://map/tiles/book.tscn").instantiate())