Update Thank you page helloween game
This commit is contained in:
parent
60fa7c1e6a
commit
b3dc062c34
4 changed files with 7 additions and 1 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 MiB |
BIN
image/event/halloween/thank_you_en.png
Normal file
BIN
image/event/halloween/thank_you_en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 MiB |
BIN
image/event/halloween/thank_you_th.png
Normal file
BIN
image/event/halloween/thank_you_th.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
|
|
@ -9,6 +9,12 @@
|
|||
|
||||
Var Timeout = 0
|
||||
|
||||
Var ThankyouImg = "ROOT/taobin_project/image/event/halloween/thank_you_th.png"
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var ThankyouImg = "ROOT/taobin_project/image/event/halloween/thank_you_en.png"
|
||||
EndIf
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<Timeout> 1000 </Timeout>
|
||||
|
|
@ -35,7 +41,7 @@
|
|||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/event/halloween/thank_you.png" </Filename>
|
||||
<Filename> ThankyouImg </Filename>
|
||||
</Image>
|
||||
|
||||
</Popup>
|
||||
Loading…
Add table
Add a link
Reference in a new issue