New logo and bug fix

* Added new logo
* Fixed credits scroll animation
This commit is contained in:
LoafyLemon 2024-03-26 19:20:38 +00:00
parent a89f7b8161
commit d25cd0fc2a
5 changed files with 9 additions and 11 deletions

BIN
android-presplash.jpg (Stored with Git LFS)

Binary file not shown.

BIN
game/gui/logos/title.webp (Stored with Git LFS)

Binary file not shown.

BIN
game/images/logo/title.webp (Stored with Git LFS)

Binary file not shown.

BIN
game/presplash_background.png (Stored with Git LFS)

Binary file not shown.

View File

@ -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)]