Release 5.71
This commit is contained in:
parent
feda7c5c27
commit
a2b81623bb
3 changed files with 34 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
<Volume> SoundVolume </Volume>
|
<Volume> SoundVolume </Volume>
|
||||||
<Sound> PlaySoundLag </Sound>
|
<Sound> PlaySoundLag </Sound>
|
||||||
<EventOpen>
|
<EventOpen>
|
||||||
|
DEBUGVAR IsSmoRet
|
||||||
Var countClick2 = 0
|
Var countClick2 = 0
|
||||||
;SAVELOG SelectDrink
|
;SAVELOG SelectDrink
|
||||||
;SAVELOG NameDrink
|
;SAVELOG NameDrink
|
||||||
|
|
@ -749,6 +750,20 @@
|
||||||
</Image>
|
</Image>
|
||||||
|
|
||||||
|
|
||||||
|
<Image>
|
||||||
|
<X> 375 </X>
|
||||||
|
<Y> 623 </Y>
|
||||||
|
<State> eval(
|
||||||
|
If IsSmoRet = "true" Then
|
||||||
|
Var return = "Enable"
|
||||||
|
Else
|
||||||
|
Var return = "Invisible"
|
||||||
|
EndIf
|
||||||
|
)
|
||||||
|
</State>
|
||||||
|
<Filename> "ROOT/taobin_project/image/topping2/blender_icon.png" </Filename>
|
||||||
|
</Image>
|
||||||
|
|
||||||
<Button>
|
<Button>
|
||||||
<X> 287 </X>
|
<X> 287 </X>
|
||||||
<Y> 1254 </Y>
|
<Y> 1254 </Y>
|
||||||
|
|
|
||||||
|
|
@ -331,6 +331,7 @@
|
||||||
If IsSmoRet = "true" Then
|
If IsSmoRet = "true" Then
|
||||||
Var blendedState = "ForceSet"
|
Var blendedState = "ForceSet"
|
||||||
Var blendedStateTxt = "Enable"
|
Var blendedStateTxt = "Enable"
|
||||||
|
Topping "LoadSubMenu" SubMenuProductCode1
|
||||||
Function 1
|
Function 1
|
||||||
Else
|
Else
|
||||||
Var blendedStateTxt = "Invisible"
|
Var blendedStateTxt = "Invisible"
|
||||||
|
|
@ -667,7 +668,24 @@
|
||||||
<Height> 436 </Height>
|
<Height> 436 </Height>
|
||||||
<Filename> PictureDrink </Filename>
|
<Filename> PictureDrink </Filename>
|
||||||
</Image>
|
</Image>
|
||||||
|
|
||||||
|
|
||||||
|
<Image>
|
||||||
|
<X> 374 </X>
|
||||||
|
<Y> 399 </Y>
|
||||||
|
<State> eval(
|
||||||
|
If IsSmoRet = "true" Then
|
||||||
|
Var return = "Enable"
|
||||||
|
Else
|
||||||
|
Var return = "Invisible"
|
||||||
|
EndIf
|
||||||
|
)
|
||||||
|
</State>
|
||||||
|
<Filename> "ROOT/taobin_project/image/topping2/blender_icon.png" </Filename>
|
||||||
|
</Image>
|
||||||
|
|
||||||
; same
|
; same
|
||||||
|
|
||||||
<Text>
|
<Text>
|
||||||
<X> 0 </X>
|
<X> 0 </X>
|
||||||
<Y> 752 </Y>
|
<Y> 752 </Y>
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@
|
||||||
Var RandomPromotionMyworld = 0
|
Var RandomPromotionMyworld = 0
|
||||||
Var RandomSalePackage = 0
|
Var RandomSalePackage = 0
|
||||||
|
|
||||||
Var XMLPageVersion = "5.70"
|
Var XMLPageVersion = "5.71"
|
||||||
|
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue