From d25cd0fc2a73641e35c0b9346dc5bea02befa4a2 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Tue, 26 Mar 2024 19:20:38 +0000 Subject: [PATCH] New logo and bug fix * Added new logo * Fixed credits scroll animation --- android-presplash.jpg | 4 ++-- game/gui/logos/title.webp | 4 ++-- game/images/logo/title.webp | 4 ++-- game/presplash_background.png | 4 ++-- game/scripts/interface/credits.rpy | 4 +--- 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/android-presplash.jpg b/android-presplash.jpg index d5065958..4af5b8fd 100644 --- a/android-presplash.jpg +++ b/android-presplash.jpg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2070b44b629d06f348f69b343ce6c68dc726fcd69651ae69f14d344bc39aaaa -size 225181 +oid sha256:cdd41f942ef276949834fe85534b7e27c8b20bc1d935fabfba664314c214f611 +size 213055 diff --git a/game/gui/logos/title.webp b/game/gui/logos/title.webp index 18981bff..16872b11 100644 --- a/game/gui/logos/title.webp +++ b/game/gui/logos/title.webp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5480426620329bb1550417afd586d90cf76aa1721813ac806d1b8207460cba3b -size 71242 +oid sha256:a2a71593c65c4971aa09967bcb6911a56fa36ea6a413f433ef709ef6cb80e9d4 +size 32480 diff --git a/game/images/logo/title.webp b/game/images/logo/title.webp index 6437b6fd..16872b11 100644 --- a/game/images/logo/title.webp +++ b/game/images/logo/title.webp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:077221102d4ec99397c0a37acc71b64ce8770e6ca7d41c938c7e57804ff93744 -size 70382 +oid sha256:a2a71593c65c4971aa09967bcb6911a56fa36ea6a413f433ef709ef6cb80e9d4 +size 32480 diff --git a/game/presplash_background.png b/game/presplash_background.png index 1a287e29..bdbbb7f3 100644 --- a/game/presplash_background.png +++ b/game/presplash_background.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b58111f165b61c76a43fcc702efe9bad27bbf10e4b4d96cf8a3313a97c9fbcdb -size 302255 +oid sha256:a6512374cdb87334db5769d0e768896dd40756f7b9630fcacf76710366cf2d34 +size 218675 diff --git a/game/scripts/interface/credits.rpy b/game/scripts/interface/credits.rpy index 948ead77..44abb8f3 100644 --- a/game/scripts/interface/credits.rpy +++ b/game/scripts/interface/credits.rpy @@ -111,10 +111,7 @@ transform credits_chibi_fade(start, duration): transform credits_scroll(duration): subpixel True - - xalign 0.5 yanchor 0.0 - ypos (config.screen_height / 2 - 125) pause 1 parallel: linear (duration - 1) yanchor 1.0 @@ -142,5 +139,6 @@ screen credits(credits=credits_text, duration=credits_duration, chibis=credits_c at credits_scroll(duration) xsize credits_width text_align 0.5 + xalign 0.5 color "#fff" outlines [(2, "#000", 0, 0)]