THAI: Add Single Promotion monday banana

This commit is contained in:
Kenta420 2024-03-25 16:03:55 +07:00
parent 6e3fb256fd
commit 1f7bca492d
3 changed files with 12 additions and 31 deletions

View file

@ -101,6 +101,10 @@ Else
Var FileRecommendToOpen = "ROOT/taobin_project/xml/event/promotion_powerup_free_1.xml"
EndIf
EndIf
Else
If MondayBananaPro = 1 Then
Var FileRecommendToOpen = "ROOT/taobin_project/xml/event/promotion_monday_banana.xml"
EndIf
EndIf
EndIf
EndIf

View file

@ -1,31 +0,0 @@
<Video>
<Width> 484 </Width>
<Height> 616 </Height>
<Loop> "true" </Loop>
<State>
eval(
If show_eng = "true" Then
Var return = "Enable"
Else
Var return = "Invisible
EndIf
)
</State>
<Filename> ###video_en </Filename>
</Video>
<Video>
<Width> 484 </Width>
<Height> 616 </Height>
<State>
eval(
If show_eng = "true" Then
Var return = "Invisible"
Else
Var return = "Enable"
EndIf
)
</State>
<Loop> "true" </Loop>
<Filename> ###video_th </Filename>
</Video>