diff options
Diffstat (limited to 'client/menu/book/book.gd')
| -rw-r--r-- | client/menu/book/book.gd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/menu/book/book.gd b/client/menu/book/book.gd index 5c5723c9..1e0620af 100644 --- a/client/menu/book/book.gd +++ b/client/menu/book/book.gd @@ -21,3 +21,6 @@ func _ready(): var texture = TextureRect.new() texture.texture = load("res://menu/book/book_%d.svg" % i) $ScrollContainer/VBoxContainer.add_child(texture) + +func menu_anim_open(): pass +func menu_anim_exit(): pass |