diff options
Diffstat (limited to 'client/menu/book')
| -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) | 
