New logo and bug fix
* Added new logo * Fixed credits scroll animation
This commit is contained in:
parent
a89f7b8161
commit
d25cd0fc2a
BIN
android-presplash.jpg
(Stored with Git LFS)
BIN
android-presplash.jpg
(Stored with Git LFS)
Binary file not shown.
BIN
game/gui/logos/title.webp
(Stored with Git LFS)
BIN
game/gui/logos/title.webp
(Stored with Git LFS)
Binary file not shown.
BIN
game/images/logo/title.webp
(Stored with Git LFS)
BIN
game/images/logo/title.webp
(Stored with Git LFS)
Binary file not shown.
BIN
game/presplash_background.png
(Stored with Git LFS)
BIN
game/presplash_background.png
(Stored with Git LFS)
Binary file not shown.
@ -111,10 +111,7 @@ transform credits_chibi_fade(start, duration):
|
|||||||
|
|
||||||
transform credits_scroll(duration):
|
transform credits_scroll(duration):
|
||||||
subpixel True
|
subpixel True
|
||||||
|
|
||||||
xalign 0.5
|
|
||||||
yanchor 0.0
|
yanchor 0.0
|
||||||
ypos (config.screen_height / 2 - 125)
|
|
||||||
pause 1
|
pause 1
|
||||||
parallel:
|
parallel:
|
||||||
linear (duration - 1) yanchor 1.0
|
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)
|
at credits_scroll(duration)
|
||||||
xsize credits_width
|
xsize credits_width
|
||||||
text_align 0.5
|
text_align 0.5
|
||||||
|
xalign 0.5
|
||||||
color "#fff"
|
color "#fff"
|
||||||
outlines [(2, "#000", 0, 0)]
|
outlines [(2, "#000", 0, 0)]
|
||||||
|
Loading…
Reference in New Issue
Block a user