Splash screen
* Updated splash screen image
This commit is contained in:
parent
a2e53fd8ee
commit
41ce7b3cc9
BIN
game/gui/splash/legal.webp
(Stored with Git LFS)
BIN
game/gui/splash/legal.webp
(Stored with Git LFS)
Binary file not shown.
BIN
game/gui/splash/rating.webp
(Stored with Git LFS)
Normal file
BIN
game/gui/splash/rating.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -12,7 +12,9 @@ screen splashscreen():
|
|||||||
|
|
||||||
default consent = persistent.consent or False
|
default consent = persistent.consent or False
|
||||||
|
|
||||||
add "gui/splash/legal.webp" at splashcreen_zoomin
|
add Image("gui/splash/legal.webp", oversample=2) at splashcreen_zoomin
|
||||||
|
|
||||||
|
add Image("gui/splash/rating.webp", oversample=2.5) align (0.05, 0.9)
|
||||||
|
|
||||||
vbox:
|
vbox:
|
||||||
align (0.5, 0.9)
|
align (0.5, 0.9)
|
||||||
@ -33,6 +35,6 @@ style splash_text:
|
|||||||
transform splashcreen_zoomin:
|
transform splashcreen_zoomin:
|
||||||
subpixel True
|
subpixel True
|
||||||
transform_anchor True
|
transform_anchor True
|
||||||
zoom 0.5
|
zoom 1.0
|
||||||
align (0.5, 0.5)
|
align (0.5, 0.5)
|
||||||
linear 100.0 zoom 1.0
|
linear 100.0 zoom 1.5 align (0.5, 0.3)
|
||||||
|
Loading…
Reference in New Issue
Block a user