From 3248d164eaedc40e9e4f33ad739279227fce480e Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 7 Jul 2024 18:22:52 +0200 Subject: super --- client/menu/book/book.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'client/menu') 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) -- cgit v1.2.3-70-g09d2