blob: 33e75529df396461d272862f066de3b8c42ed68d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
|
// List of resources to bundle.
//
// The output will be a header file (.h) used at compile time,
// and a packed resource file (.xpr) used at runtime.
out_packedresource LoaderMedia\loader.xpr
out_error loader.err
Texture Font
{
Source LoaderMedia_Source\Tahoma_16.tga
Format D3DFMT_A4R4G4B4
Levels 1
}
UserData FontData
{
DataFile LoaderMedia_Source\Tahoma_16.abc
}
Texture Footer
{
Source LoaderMedia_Source\Footer.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture MainLegal_english
{
Source LoaderMedia_Source\LegalScreen_english.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture MainLegal_french
{
Source LoaderMedia_Source\LegalScreen_french.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture MainLegal_italian
{
Source LoaderMedia_Source\LegalScreen_italian.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture MainLegal_german
{
Source LoaderMedia_Source\LegalScreen_german.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture MainLegal_spanish
{
Source LoaderMedia_Source\LegalScreen_spanish.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture SourceLegal
{
Source LoaderMedia_Source\SourceScreen.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture LoadingIcon
{
Source LoaderMedia_Source\LoadingIcon.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture SlideShow1_english
{
Source LoaderMedia_Source\SlideShow1_english.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture SlideShow1_french
{
Source LoaderMedia_Source\SlideShow1_french.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture SlideShow1_italian
{
Source LoaderMedia_Source\SlideShow1_italian.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture SlideShow1_german
{
Source LoaderMedia_Source\SlideShow1_german.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture SlideShow1_spanish
{
Source LoaderMedia_Source\SlideShow1_spanish.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture SlideShow2
{
Source LoaderMedia_Source\SlideShow2.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture SlideShow3
{
Source LoaderMedia_Source\SlideShow3.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture SlideShow4
{
Source LoaderMedia_Source\SlideShow4.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture SlideShow5
{
Source LoaderMedia_Source\SlideShow5.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture SlideShow6
{
Source LoaderMedia_Source\SlideShow6.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture SlideShow7
{
Source LoaderMedia_Source\SlideShow7.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture SlideShow8
{
Source LoaderMedia_Source\SlideShow8.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
Texture SlideShow9
{
Source LoaderMedia_Source\SlideShow9.tga
Format D3DFMT_LIN_A8R8G8B8
Levels 1
}
|