ALL: change button remove cup to be include, MYS: add very big button remove cup, UAE: fix bug @ catalog tabs

This commit is contained in:
Pakin 2025-03-06 14:57:06 +07:00
parent 6ec9bde198
commit 26acc77ac9
242 changed files with 11056 additions and 12925 deletions

14
inc/button_remove_cup.inc Normal file
View file

@ -0,0 +1,14 @@
<Button>
<X> btnRemoveCupX </X>
<Y> btnRemoveCupYNotPageBoard </Y>
<State> buttonRemoveCup </State>
;<Color> "0x00BDFF" </Color>
<Interval> 500 </Interval>
<Filename> bnRemoveCup </Filename>
<Filename> bpRemoveCup </Filename>
<EventClick>
Machine RemoveCup
Machine DoorLidOpen
Var buttonRemoveCup = "Invisible"
</EventClick>
</Button>