fix for test

This commit is contained in:
miggaze 2022-09-20 17:21:51 +07:00
parent 7d6501f9d3
commit 2c9bd0a030
9 changed files with 4416 additions and 4358 deletions

File diff suppressed because it is too large Load diff

View file

@ -60,7 +60,9 @@
Var MenuVSelected2 = "Invisible" Var MenuVSelected2 = "Invisible"
If SpiralOnline = "true" Then If SpiralOnline = "true" Then
Var MenuVSelected2 = "Enable" If Seeker = "curr" Then
Var MenuVSelected2 = "Enable"
EndIf
EndIf EndIf
; init default ; init default
@ -256,7 +258,11 @@
<Volume> SoundVolume </Volume> <Volume> SoundVolume </Volume>
<EventClick> <EventClick>
If SpiralOnline = "true" Then If SpiralOnline = "true" Then
Open "ROOT/taobin_project/xml/page_catalog_with_vending.xml" If Seeker = "curr" Then
Open "ROOT/taobin_project/xml/page_catalog_with_vending.xml"
Else
Open "ROOT/taobin_project/xml/page_catalog.xml"
EndIf
Else Else
Open "ROOT/taobin_project/xml/page_catalog.xml" Open "ROOT/taobin_project/xml/page_catalog.xml"
@ -769,7 +775,11 @@
<Volume> SoundVolume </Volume> <Volume> SoundVolume </Volume>
<EventClick> <EventClick>
If SpiralOnline = "true" Then If SpiralOnline = "true" Then
Open "ROOT/taobin_project/xml/page_catalog_with_vending.xml" If Seeker = "curr" Then
Open "ROOT/taobin_project/xml/page_catalog_with_vending.xml"
Else
Open "ROOT/taobin_project/xml/page_catalog.xml"
EndIf
Else Else
Open "ROOT/taobin_project/xml/page_catalog.xml" Open "ROOT/taobin_project/xml/page_catalog.xml"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff