Add debug
This commit is contained in:
parent
417259fcd6
commit
11ced904bd
5 changed files with 29 additions and 14 deletions
|
|
@ -1105,6 +1105,11 @@
|
|||
|
||||
EndIf
|
||||
|
||||
DEBUGVAR Timeout
|
||||
DEBUGVAR PayOK
|
||||
DEBUGVAR ChangeOK
|
||||
DEBUGVAR CancelFlag
|
||||
|
||||
|
||||
If CamFlag = 1 Then
|
||||
Var CamCount = CamCount + 1
|
||||
|
|
@ -1675,9 +1680,19 @@
|
|||
<X> 91 </X>
|
||||
<Y> 1180 </Y>
|
||||
<State> MenuCautionImageStage0 </State>
|
||||
<Filename> "ROOT/taobin_project/image/warning/image_warning_energy_drink.png" </Filename>
|
||||
<Filename> eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "ROOT/taobin_project/image/warning/image_warning_energy_drink_en.png"
|
||||
Else
|
||||
Var return = "ROOT/taobin_project/image/warning/image_warning_energy_drink.png"
|
||||
|
||||
EndIf
|
||||
)
|
||||
</Filename>
|
||||
</Image>
|
||||
|
||||
;
|
||||
|
||||
<Video>
|
||||
<X> 0 </X>
|
||||
<Y> 0 </Y>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue