diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-07 18:22:52 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-07 18:22:52 +0200 |
commit | 3248d164eaedc40e9e4f33ad739279227fce480e (patch) | |
tree | 3679d9c857c938498ca55b1fb97caa67c64789dd | |
parent | a541f468d6ddb2bbe256c05908f112eee85ab45a (diff) | |
download | hurrycurry-3248d164eaedc40e9e4f33ad739279227fce480e.tar hurrycurry-3248d164eaedc40e9e4f33ad739279227fce480e.tar.bz2 hurrycurry-3248d164eaedc40e9e4f33ad739279227fce480e.tar.zst |
super
-rw-r--r-- | client/menu/book/book.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/book/book.gd b/client/menu/book/book.gd index 966fd610..2a007a3b 100644 --- a/client/menu/book/book.gd +++ b/client/menu/book/book.gd @@ -1,6 +1,7 @@ extends Menu func _ready(): + super() for i in range(1, 6): var texture = TextureRect.new() texture.texture = load("res://menu/book/book_%d.svg" % i) |