do brewing3
This commit is contained in:
parent
170c05cad8
commit
347d4fe4b5
14 changed files with 2600 additions and 523 deletions
|
|
@ -667,7 +667,7 @@
|
|||
Var PromotionOreoVolcanoEnable = 0
|
||||
|
||||
If SystemDateMonthInt = 2 Then
|
||||
If SystemDateDayInt = 21 Then
|
||||
If SystemDateDayInt = 20 Then
|
||||
Var PromotionOreoVolcanoEnable = 1
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -317,6 +317,9 @@
|
|||
Var bg_strawProblem_ST = "Invisible"
|
||||
var EnableGetMoreStrawFileName = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If NoLangObjectShow = "Enable" Then
|
||||
Var SelectMenuBetweenBrewEnable2 = "Invisible"
|
||||
|
||||
|
|
@ -1389,8 +1392,14 @@
|
|||
Var BREW_COUNT_DOWN_FROM_APP = "off"
|
||||
Var CountDownBrewing = 121
|
||||
</EventUnitTest1>
|
||||
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
; Next Order
|
||||
;
|
||||
<Button>
|
||||
<X> 733 </X>
|
||||
<Y> 1787 </Y>
|
||||
|
|
@ -1437,8 +1446,14 @@
|
|||
</Language>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
; Button Straw, More request and report.
|
||||
;
|
||||
<Button>
|
||||
<X> XStraw </X>
|
||||
<Y> 1787 </Y>
|
||||
|
|
@ -1476,8 +1491,14 @@
|
|||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
;
|
||||
; Next Order
|
||||
;
|
||||
<Button>
|
||||
<X> 14 </X>
|
||||
<Y> 1787 </Y>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,45 @@
|
|||
<?hurr
|
||||
#include=menu_head.py
|
||||
?>
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
; On open
|
||||
<?hurr
|
||||
#include=menu_catalog_default_init.xml
|
||||
?>
|
||||
|
||||
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_catalog_new_menu.xml
|
||||
?>
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_catalog_inc.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen_v2.py
|
||||
?>
|
||||
<?hurr
|
||||
#include=menu_new_layout_gen.py
|
||||
?>
|
||||
|
||||
|
||||
|
||||
</Popup>
|
||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue