aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UThemes.pas
diff options
context:
space:
mode:
authorb1indy <b1indy@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-20 07:19:45 +0000
committerb1indy <b1indy@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-20 07:19:45 +0000
commit26d8c209beba866f111a9d047bf1a70fe245b75d (patch)
treef495ba1a88a205e0e8ac5f80749a312d7237cf26 /Game/Code/Classes/UThemes.pas
parent0a0728b1bc280ed0e2e932b4d8f3b3b151aa62a8 (diff)
downloadusdx-26d8c209beba866f111a9d047bf1a70fe245b75d.tar.gz
usdx-26d8c209beba866f111a9d047bf1a70fe245b75d.tar.xz
usdx-26d8c209beba866f111a9d047bf1a70fe245b75d.zip
new lyrics stuff; it's broken (lyrics don't show) and in "debug" mode (weird stuff going on in the singscreen) but i'm tired of editing conflicts
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@412 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Classes/UThemes.pas')
-rw-r--r--Game/Code/Classes/UThemes.pas4
1 files changed, 4 insertions, 0 deletions
diff --git a/Game/Code/Classes/UThemes.pas b/Game/Code/Classes/UThemes.pas
index 6436ee39..1e102987 100644
--- a/Game/Code/Classes/UThemes.pas
+++ b/Game/Code/Classes/UThemes.pas
@@ -18,6 +18,10 @@ type
B: single;
end;
+ TRGBA = record
+ R, G, B, A: Double;
+ end;
+
TThemeBackground = record
Tex: string;
end;