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

@ -72,6 +72,18 @@
EndIf
If UsePepsiTheme = 1 Then
Var VideoPath = CountryRootPath + "/animation01/"
Var VideoFileBegin = "TaoBin2_draft02_art"
Var VideoFileEnd = ".mp4"
Var PicturePath = "ROOT/taobin_project/inter/whatthecup/" + CountryShortName
Var PicturePath = PicturePath + "/image/page_doing/"
Var PictureBegin = "txt_"
Var PictureEnd = "_en.png"
EndIf
Else
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/animation01/"
Var VideoFileBegin = "TaoBin2_draft02_art"