fix lid image

This commit is contained in:
kong 2021-02-09 13:06:30 +07:00
parent 944a206b77
commit 65f7a731a8
2 changed files with 3 additions and 3 deletions

BIN
image/page_doing/txt_6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -6,7 +6,7 @@
<Volume> SoundVolume </Volume>
<EventOpen>
; On open
Var LidState = "Invisible"
;Var LidState = "Invisible"
;Lid1Status
Var StarwState = "Enable"
Var LidStrawCountDown = 15
@ -28,7 +28,7 @@
Var lid_straw_bg_iamge = DirImage + "/img4.png"
If LidState = "Enable"
If LidState = "Enable" Then
Var lid_straw_bg_iamge = DirImage + "/img3.png"
EndIf
@ -41,7 +41,7 @@
Var lid_straw_bg_iamge = DirImage + "/img4.png"
If LidState = "Enable"
If LidState = "Enable" Then
Var lid_straw_bg_iamge = DirImage + "/img3.png"
EndIf