From 678e1f329aecd2afd680d5740d89aa83eccb1cf4 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 11 Jul 2024 22:48:46 +0200 Subject: make book webp instead of svg --- client/menu/book/book.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/menu') diff --git a/client/menu/book/book.gd b/client/menu/book/book.gd index 1e0620af..594d0a4b 100644 --- a/client/menu/book/book.gd +++ b/client/menu/book/book.gd @@ -19,7 +19,7 @@ func _ready(): super() for i in range(1, 6): var texture = TextureRect.new() - texture.texture = load("res://menu/book/book_%d.svg" % i) + texture.texture = load("res://menu/book/book_%d.webp" % i) $ScrollContainer/VBoxContainer.add_child(texture) func menu_anim_open(): pass -- cgit v1.2.3-70-g09d2