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

@ -1064,12 +1064,10 @@
<State> ButtonGamePressToPlayState </State>
<EventClick>
DEBUGVAR Game01Enable
SAVELOG "Press play game"
If Game01Enable = 1 Then
Var Game01Enable = 0
Var ButtonGamePressToPlayState = "Invisible"
RunApp "com.NDF.taobin"
EndIf
SAVELOG "Press play game conti"
Var Game01Enable = 0
Var ButtonGamePressToPlayState = "Invisible"
RunApp "com.NDF.taobin"
</EventClick>
</Image>