AUS: Added Happy Easter promotion and update images

This commit is contained in:
Kenta420 2025-04-10 15:45:17 +07:00
parent 84d47f47d7
commit eb094dcbe9
226 changed files with 6889 additions and 166 deletions

View file

@ -45,6 +45,16 @@ If SystemDateMonthInt = 3 Then
EndIf
EndIf
If SystemDateMonthInt = 4 Then
GetFileSizeK "taobin_project/inter/aus/video/video_main_happy_easter.mp4" MainfileSize
DEBUGVAR MainfileSize
If MainfileSize = 21836197 Then
Var HappyEasterEvent = 1
Else
DEBUGVAR "HappyEaster: Video size incorrect"
EndIf
EndIf
DEBUGVAR EventNewYear
If EventNewYear = 1 Then
@ -64,4 +74,8 @@ EndIf
If StPatrickEvent = 1 Then
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main_StPatrick.mp4"
EndIf
If HappyEasterEvent = 1 Then
Var VideoMainPage = "ROOT/taobin_project/inter/aus/video/video_main_happy_easter.mp4"
EndIf

Binary file not shown.