aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenEditSub.pas
diff options
context:
space:
mode:
authorbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2011-04-20 11:01:31 +0000
committerbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2011-04-20 11:01:31 +0000
commitfb9fe1202a541b911332e69d7c157197dcb9cc61 (patch)
treede00b2b8580ce2f118b4cef0a7f24acb2a90da0f /Game/Code/Screens/UScreenEditSub.pas
parentaa36a7f8abc90d07b454c97dce141f9921c7bc35 (diff)
downloadusdx-fb9fe1202a541b911332e69d7c157197dcb9cc61.tar.gz
usdx-fb9fe1202a541b911332e69d7c157197dcb9cc61.tar.xz
usdx-fb9fe1202a541b911332e69d7c157197dcb9cc61.zip
new option: "LyricGolden" On/Off: draw golden lyrics yellow instead of blue.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2826 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Screens/UScreenEditSub.pas')
-rw-r--r--Game/Code/Screens/UScreenEditSub.pas40
1 files changed, 28 insertions, 12 deletions
diff --git a/Game/Code/Screens/UScreenEditSub.pas b/Game/Code/Screens/UScreenEditSub.pas
index 39ddbf68..b232ff19 100644
--- a/Game/Code/Screens/UScreenEditSub.pas
+++ b/Game/Code/Screens/UScreenEditSub.pas
@@ -2670,12 +2670,20 @@ begin
EditorLyric[I].Align := 1;
EditorLyric[I].Size := 13;
- EditorLyric[I].ColR := 0;
- EditorLyric[I].ColG := 0;
- EditorLyric[I].ColB := 0;
- EditorLyric[I].ColSR := Skin_FontHighlightR;
- EditorLyric[I].ColSG := Skin_FontHighlightG;
- EditorLyric[I].ColSB := Skin_FontHighlightB;
+ EditorLyric[I].ColR[0] := 0;
+ EditorLyric[I].ColG[0] := 0;
+ EditorLyric[I].ColB[0] := 0;
+ EditorLyric[I].ColSR[0] := Skin_FontHighlightR;
+ EditorLyric[I].ColSG[0] := Skin_FontHighlightG;
+ EditorLyric[I].ColSB[0] := Skin_FontHighlightB;
+
+ EditorLyric[I].ColR[1] := 0;
+ EditorLyric[I].ColG[1] := 0;
+ EditorLyric[I].ColB[1] := 0;
+ EditorLyric[I].ColSR[1] := Skin_FontHighlightR;
+ EditorLyric[I].ColSG[1] := Skin_FontHighlightG;
+ EditorLyric[I].ColSB[1] := Skin_FontHighlightB;
+
EditorLyric[I].Style := 0;
EditorLyric[I].AddCzesc(I, Czesci[I].Akt);
EditorLyric[I].Selected := 0;
@@ -2969,12 +2977,20 @@ begin
EditorLyric[I].Align := 1;
EditorLyric[I].Size := 13;
- EditorLyric[I].ColR := 0;
- EditorLyric[I].ColG := 0;
- EditorLyric[I].ColB := 0;
- EditorLyric[I].ColSR := Skin_FontHighlightR;
- EditorLyric[I].ColSG := Skin_FontHighlightG;
- EditorLyric[I].ColSB := Skin_FontHighlightB;
+ EditorLyric[I].ColR[0] := 0;
+ EditorLyric[I].ColG[0] := 0;
+ EditorLyric[I].ColB[0] := 0;
+ EditorLyric[I].ColSR[0] := Skin_FontHighlightR;
+ EditorLyric[I].ColSG[0] := Skin_FontHighlightG;
+ EditorLyric[I].ColSB[0] := Skin_FontHighlightB;
+
+ EditorLyric[I].ColR[1] := 0;
+ EditorLyric[I].ColG[1] := 0;
+ EditorLyric[I].ColB[1] := 0;
+ EditorLyric[I].ColSR[1] := Skin_FontHighlightR;
+ EditorLyric[I].ColSG[1] := Skin_FontHighlightG;
+ EditorLyric[I].ColSB[1] := Skin_FontHighlightB;
+
EditorLyric[I].Style := 0;
EditorLyric[I].AddCzesc(I, Czesci[I].Akt);
EditorLyric[I].Selected := 0;