From d7fefc69c0a8a4b70d3553125af5f5cabdba6b3b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 6 Sep 2024 18:17:04 +0200 Subject: implement book menu packet --- client/map/tiles/book.gd | 3 --- 1 file changed, 3 deletions(-) (limited to 'client/map') diff --git a/client/map/tiles/book.gd b/client/map/tiles/book.gd index 4f05f39d..bc87ba6b 100644 --- a/client/map/tiles/book.gd +++ b/client/map/tiles/book.gd @@ -20,6 +20,3 @@ extends CounterBase func _init(rename: String, neighbors: Array): super(rename, neighbors) base.add_child(load("res://map/tiles/book.tscn").instantiate()) - -func interact(): - Global.find_menu(self).submenu("res://menu/book/book.tscn") -- cgit v1.2.3-70-g09d2