diff options
Diffstat (limited to '')
-rw-r--r-- | game/themes/Classic.ini | 17 | ||||
-rw-r--r-- | game/themes/Deluxe.ini | 17 |
2 files changed, 31 insertions, 3 deletions
diff --git a/game/themes/Classic.ini b/game/themes/Classic.ini index 144448f2..1ea83f5e 100644 --- a/game/themes/Classic.ini +++ b/game/themes/Classic.ini @@ -7457,4 +7457,19 @@ H =44 Z =1 Int=1 Color =Black -Type=Font Black
\ No newline at end of file +Type=Font Black + + +[SingLyricsUpperBar] +X = 80 +W = 640 +Y = 493 +H = 41 +;YOffSet (+/-) for the Sing-Indicator +IndicatorYOffset = 3 + +[SingLyricsLowerBar] +X = 80 +W = 640 +Y = 535 +H = 41
\ No newline at end of file diff --git a/game/themes/Deluxe.ini b/game/themes/Deluxe.ini index 5f47c215..4cc6b24b 100644 --- a/game/themes/Deluxe.ini +++ b/game/themes/Deluxe.ini @@ -8150,7 +8150,6 @@ Text = OK Align = 1 Z = 1 - [PausePopUpStatic] Tex = Pause X = 0 @@ -8159,4 +8158,18 @@ W = 800 H = 600 Z = 0.95 Color = White -Type = Colorized
\ No newline at end of file +Type = Colorized + +[SingLyricsUpperBar] +X = 80 +W = 640 +Y = 493 +H = 41 +;YOffSet (+/-) for the Sing-Indicator +IndicatorYOffset = 3 + +[SingLyricsLowerBar] +X = 80 +W = 640 +Y = 535 +H = 41
\ No newline at end of file |