WTC+SGP: add new thankyou video

This commit is contained in:
Pakin 2024-11-05 10:48:22 +07:00
parent ed490b440f
commit 12890e0158
3 changed files with 22 additions and 0 deletions

View file

@ -11,3 +11,17 @@ If EventTurnOn = 1 Then
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

Binary file not shown.

View file

@ -157,6 +157,14 @@
Else
TRY "/mnt/sdcard/coffeevending/taobin_project/video/script2.ev"
EndIf
Else
If InternationalEnable = 1 Then
If UsePepsiTheme = 1 Then
Var script_thankyou = CountryRootPath + "video/script_thank.ev"
TRY script_thankyou
EndIf
EndIf
EndIf