WTC+SGP: add new thankyou video
This commit is contained in:
parent
ed490b440f
commit
12890e0158
3 changed files with 22 additions and 0 deletions
|
|
@ -11,3 +11,17 @@ If EventTurnOn = 1 Then
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
If UsePepsiTheme = 1 Then
|
||||||
|
|
||||||
|
; expect-wtc
|
||||||
|
If SaveTheWorldCount = 0 Then
|
||||||
|
GetFileSizeK "taobin_project/inter/whatthecup/common/video/wtc_thankyou.mp4" MainfileSize
|
||||||
|
DEBUGVAR MainfileSize
|
||||||
|
If MainfileSize = 5184722 Then
|
||||||
|
Var video_file_name = "ROOT/taobin_project/inter/whatthecup/common/video/wtc_thankyou.mp4"
|
||||||
|
EndIf
|
||||||
|
Else
|
||||||
|
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
EndIf
|
||||||
|
|
|
||||||
BIN
inter/whatthecup/common/video/wtc_thankyou.mp4
Normal file
BIN
inter/whatthecup/common/video/wtc_thankyou.mp4
Normal file
Binary file not shown.
|
|
@ -157,6 +157,14 @@
|
||||||
Else
|
Else
|
||||||
TRY "/mnt/sdcard/coffeevending/taobin_project/video/script2.ev"
|
TRY "/mnt/sdcard/coffeevending/taobin_project/video/script2.ev"
|
||||||
EndIf
|
EndIf
|
||||||
|
Else
|
||||||
|
If InternationalEnable = 1 Then
|
||||||
|
If UsePepsiTheme = 1 Then
|
||||||
|
Var script_thankyou = CountryRootPath + "video/script_thank.ev"
|
||||||
|
TRY script_thankyou
|
||||||
|
EndIf
|
||||||
|
EndIf
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue