SGP: WIP change theme
This commit is contained in:
parent
9aefaf7220
commit
371794d944
11 changed files with 2034 additions and 14 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Background> "0xeae6e1" </Background>
|
||||
<Background> BackgroundColor </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<Sound> "ROOT/sounds/Ding-dong.wav" </Sound>
|
||||
<EventOpen>
|
||||
|
|
@ -71,6 +71,13 @@
|
|||
Var text_bottom = DirImage + "text_bottom.png"
|
||||
|
||||
EndIf
|
||||
|
||||
If UsePepsiTheme = 1 Then
|
||||
Var text_bottom = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
|
||||
Var text_bottom = text_bottom + "/image/complete_en/text_bottom.png"
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR text_bottom
|
||||
|
||||
Var VideoPlayFile = VideoPath
|
||||
|
|
@ -577,7 +584,7 @@
|
|||
<Align> Center </Align>
|
||||
<Font> KanitLightTTF </Font>
|
||||
<Size> 48 </Size>
|
||||
<Color> 0x513C2F </Color>
|
||||
<Color> HeadlineColor </Color>
|
||||
<Value>
|
||||
eval(
|
||||
STRCONTAIN "size" Seeker.showname SizeFromSheet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue