diff --git a/game/gui/splash/legal.webp b/game/gui/splash/legal.webp index fd73cfbd..13413e63 100644 --- a/game/gui/splash/legal.webp +++ b/game/gui/splash/legal.webp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4020465181d365ab3124ba8bd0f0d5199aa86275bad0c9d5f1ea342d8290f43d -size 344080 +oid sha256:1bc2cf12f61b249999462e551a2175db7fad269331ad5fb4812b4e96320e8944 +size 582466 diff --git a/game/gui/splash/rating.webp b/game/gui/splash/rating.webp new file mode 100644 index 00000000..ab1a19e3 --- /dev/null +++ b/game/gui/splash/rating.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e94862b6efc368599a16538412ccd0eb5ca1761dc0c0c4e57c315d4e56a69e +size 8740 diff --git a/game/scripts/interface/splash.rpy b/game/scripts/interface/splash.rpy index 4a24ff33..e57bcc80 100644 --- a/game/scripts/interface/splash.rpy +++ b/game/scripts/interface/splash.rpy @@ -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)