SGP: WIP change theme

This commit is contained in:
Pakin 2024-08-13 14:43:45 +07:00
parent 9aefaf7220
commit 371794d944
11 changed files with 2034 additions and 14 deletions

View file

@ -2,7 +2,7 @@
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
;<Background> "0xeae6e1" </Background>
<Background> BackgroundColor </Background>
<Volume> SoundVolume </Volume>
<EventOpen>
@ -22,12 +22,20 @@
; img
Var ImgDir = CountryRootPath + "/image/page_member/"
Var ImgDirStatic = CountryRootPath + "/image/page_member/"
If UsePepsiTheme = 1 Then
Var ImgDir = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
Var ImgDir = ImgDir + "/image/page_member/"
EndIf
Var PromptDialogImg = ImgDir + "ask_member_dialog.png"
Var YesButton = ImgDir + "bn_yes.png"
Var NoButton = ImgDir + "bn_no.png"
Var YesPressButton = ImgDir + "bp_yes.png"
Var NoPressButton = ImgDir + "bp_no.png"
Var QRImg = ImgDir + "qr_regis.png"
Var QRImg = ImgDirStatic + "qr_regis.png"
Var UseSGPCollectFlag = 0
@ -35,6 +43,7 @@
DEBUGVAR ChangeFlag2
Var IMG_CNT = ImgDir + "img2_sp_eng.png"
DEBUGVAR IMG_CNT
</EventOpen>
@ -123,7 +132,7 @@
<Width> 153 </Width>
<Size> 88 </Size>
<Font> RobotoBold </Font>
<Color> 0x513C2F </Color>
<Color> HeadlineColor </Color>
<Value> RemainingInThisPage </Value>
</Text>
@ -136,7 +145,7 @@
<Width> 1080 </Width>
<Font> KanitRegularTTF </Font>
<State> DisplayQR </State>
<Color> 0xDE794E </Color>
<Color> HeadlineColor </Color>
<Value> "Please scan QR to register" </Value>
</Text>