HKG: Update missing menu images
This commit is contained in:
parent
9e7ccc2b4b
commit
891cabd3f0
20 changed files with 5040 additions and 987 deletions
|
|
@ -564,14 +564,7 @@
|
|||
</EventTimeout>
|
||||
|
||||
|
||||
<Video>
|
||||
<X> 0 </X>
|
||||
<Y> 0 </Y>
|
||||
<Width> 1080</Width>
|
||||
<Height> 380 </Height>
|
||||
<Loop> "true" </Loop>
|
||||
<Filename> video_menu_0 </Filename>
|
||||
</Video>
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<EventOpen>
|
||||
Var Top2Timeout = 0
|
||||
|
||||
|
||||
Var InitialMultiInstance = 0
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
Var topview2_script = CountryRootPath + "/xml/topview2_script.ev"
|
||||
|
|
@ -25,6 +25,9 @@
|
|||
If CountryName = "HongKong" Then
|
||||
If EnableMultiInstance = "true" Then
|
||||
TRY topview2_script
|
||||
Else
|
||||
ENABLE_MULTI_INSTANCE "set"
|
||||
Var InitialMultiInstance = 1
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -177,6 +180,13 @@
|
|||
Refresh
|
||||
EndIf
|
||||
|
||||
If InitialMultiInstance = 1 Then
|
||||
If Top2Timeout >= 5 Then
|
||||
FINISH
|
||||
Var InitialMultiInstance = 0
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If EnableMultiInstance = "true" Then
|
||||
If Not#CountDownForMulti = 99 Then
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue