DO xml gen and manage folder

This commit is contained in:
kong 2023-08-29 15:56:54 +07:00
parent 5c83935eaf
commit 09ab4890e8
23 changed files with 810 additions and 5932 deletions

View file

@ -534,6 +534,9 @@
If BREW_CNT > 82 Then
Else
If Game01Enable = 1 Then
SAVELOG "Game01Enable set zero event open"
EndIf
Var Game01Enable = 0
Var ButtonGamePressToPlayState = "Invisible"
@ -1499,6 +1502,9 @@
Else
Var ButtonGamePressToPlayState = "Invisible"
If Game01Enable = 1 Then
SAVELOG "Game01Enable set zero event timeout"
EndIf
Var Game01Enable = 0
EndIf
@ -1788,11 +1794,9 @@
<EventClick>
DEBUGVAR Game01Enable
SAVELOG "Press play game"
If Game01Enable = 1 Then
Var Game01Enable = 0
Var ButtonGamePressToPlayState = "Invisible"
RunApp "com.NDF.taobin"
EndIf
</EventClick>
</Image>