Splash screen

* Updated splash screen image
This commit is contained in:
LoafyLemon 2023-04-20 18:14:12 +01:00
parent a2e53fd8ee
commit 41ce7b3cc9
3 changed files with 10 additions and 5 deletions

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

Binary file not shown.

View File

@ -12,7 +12,9 @@ screen splashscreen():
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:
align (0.5, 0.9)
@ -33,6 +35,6 @@ style splash_text:
transform splashcreen_zoomin:
subpixel True
transform_anchor True
zoom 0.5
zoom 1.0
align (0.5, 0.5)
linear 100.0 zoom 1.0
linear 100.0 zoom 1.5 align (0.5, 0.3)