diff options
Diffstat (limited to 'client/menu/book/book.gd')
| -rw-r--r-- | client/menu/book/book.gd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/menu/book/book.gd b/client/menu/book/book.gd index 43df3ebe..ab244fcb 100644 --- a/client/menu/book/book.gd +++ b/client/menu/book/book.gd @@ -25,5 +25,5 @@ func _ready(): texture.custom_minimum_size = get_viewport_rect().size $ScrollContainer/VBoxContainer.add_child(texture) -func menu_anim_open(): pass -func menu_anim_exit(): pass +func _menu_open(): pass +func _menu_exit(): pass |