diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-14 16:47:25 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-14 16:47:25 +0200 |
| commit | fe4521bbf2489532b9cd8ebefe0ae77bb5a9bbbe (patch) | |
| tree | f5dd1af6559c489c17673e58a914c988f3bbee80 /client | |
| parent | 49a23af9688960bbfe64f115c73cc78fdc614f47 (diff) | |
| download | hurrycurry-fe4521bbf2489532b9cd8ebefe0ae77bb5a9bbbe.tar hurrycurry-fe4521bbf2489532b9cd8ebefe0ae77bb5a9bbbe.tar.bz2 hurrycurry-fe4521bbf2489532b9cd8ebefe0ae77bb5a9bbbe.tar.zst | |
Disable book opening animation
Diffstat (limited to 'client')
| -rw-r--r-- | client/gui/menus/book/book.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/gui/menus/book/book.tscn b/client/gui/menus/book/book.tscn index 39e8a72a..acccd246 100644 --- a/client/gui/menus/book/book.tscn +++ b/client/gui/menus/book/book.tscn @@ -17,6 +17,7 @@ anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_gyisx") +support_anim = false [node name="Panel" type="Panel" parent="."] material = ExtResource("2_0j5mt") |