From 91e251e40ce97d3cfcb28970be83c2f26b2529a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Violet=20Truchse=C3=9F?= Date: Fri, 1 Nov 2024 22:18:49 +0100 Subject: [PATCH] repositioned logos --- acab.script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acab.script b/acab.script index ea7703c..823f2e6 100644 --- a/acab.script +++ b/acab.script @@ -31,10 +31,10 @@ NB_ROTATION_STEPS = 70; NB_REFRESHS_BETWEEN_ANIMS = 3; # Initial position of the center of the logo in % of background -DEBIAN_POS_PCT.y = 0.8; # Debian image position in % of screen height +DEBIAN_POS_PCT.y = 0.75; # Debian image position in % of screen height DEBIAN_HEIGHT_PCT = 0.07; # Debian image height in % of smallest screen dimension LOGO_CENTER_PCT.x = 0.5; # Debian swirl image position in % of screen height & width -LOGO_CENTER_PCT.y = 0.2; +LOGO_CENTER_PCT.y = 0.15; LOGO_SIZE_PCT = 0.18; # Debian swirl image size in % of smallest screen dimension #------------------------------- Globals -------------------------------------------