spiral ice

This commit is contained in:
worawut 2023-04-26 10:43:37 +07:00
parent d9ea2b3b78
commit 67bcc544bc
35 changed files with 4530 additions and 369 deletions

View file

@ -976,7 +976,7 @@
Var CoinInFlag = 1
DEBUGVAR ViewBill
If ViewBill > 0 Then
@ -1792,8 +1792,14 @@
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
<Volume> SoundVolume </Volume>
<EventClick>
Open "ROOT/taobin_project/spiral/xml/page_spiral_payment_storeCredit.xml"
If SpiralKeepCredit = 1 Then
CoinVending BILLSTACKALL
Var CoffeeCreditKeep = RemainAmountKeep
Open "ROOT/taobin_project/spiral/xml/page_spiral_payment_storeCredit3.xml"
Else
Open "ROOT/taobin_project/spiral/xml/page_spiral_payment_storeCredit.xml"
EndIf
</EventClick>
</Button>