diff options
Diffstat (limited to 'client/map')
-rw-r--r-- | client/map/tiles/book.gd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/map/tiles/book.gd b/client/map/tiles/book.gd index 11bd6592..44a6ebdb 100644 --- a/client/map/tiles/book.gd +++ b/client/map/tiles/book.gd @@ -21,5 +21,4 @@ func _init(rename: String, neighbors: Array): base.add_child(load("res://map/tiles/book.tscn").instantiate()) func interact(): - # the book is supposed to be opened here - pass + Global.find_menu(self).submenu("res://menu/book/book.tscn") |