Adjust menu tab can show all menu
This commit is contained in:
parent
4671368f18
commit
dfa3717c22
75 changed files with 3067 additions and 11 deletions
|
|
@ -66,6 +66,10 @@
|
|||
|
||||
CoinVending OFF
|
||||
|
||||
Var ButtonFrozenSmoothie = "Invisible"
|
||||
If SpiralModeFrozenFruit = 1 Then
|
||||
Var ButtonFrozenSmoothie = "Enable"
|
||||
EndIf
|
||||
|
||||
; Clear value
|
||||
Topping "clear" "-"
|
||||
|
|
@ -554,6 +558,13 @@
|
|||
Var ColumnOverride[0] = 3
|
||||
EndIf
|
||||
|
||||
If ButtonFrozenSmoothie = "Invisible" Then
|
||||
Var ColumnOverride[0] = 2
|
||||
Else
|
||||
Var ColumnOverride[0] = 3
|
||||
Var ButtonSpiralStage = "Invisible"
|
||||
EndIf
|
||||
|
||||
Var ColumnOverride[1] = 3
|
||||
Var ColumnOverride[2] = 3
|
||||
Var ColumnOverride[3] = 3
|
||||
|
|
@ -564,6 +575,38 @@
|
|||
Var ColumnGravity[3] = 2
|
||||
|
||||
</Script>
|
||||
|
||||
<Block>
|
||||
<Width> 296 </Width>
|
||||
<Height> 344 </Height>
|
||||
<MarginLeft> 42 </MarginLeft>
|
||||
<State> ButtonFrozenSmoothie </State>
|
||||
; menu row 1
|
||||
<Button>
|
||||
<Filename> Var(DirImage + "/bn_frozen_smoothie.png") </Filename>
|
||||
<FilenamePress> Var(DirImage + "/bp_frozen_smoothie.png") </FilenamePress>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
|
||||
<EventClick>
|
||||
|
||||
Var MultiProcess = "Invisible"
|
||||
TabMenuVisibleInst 9
|
||||
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/inter/tha/xml/multi/page_instance2.xml"
|
||||
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 000026 </ID>
|
||||
<X> 28 </X>
|
||||
<Y> 202 </Y>
|
||||
<Width> 241 </Width>
|
||||
<Height> 72 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
</Block>
|
||||
|
||||
|
||||
<Block>
|
||||
<Width> 296 </Width>
|
||||
<Height> 344 </Height>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue