add assets & add video to page random
This commit is contained in:
parent
3582fb57e5
commit
7f90baacfa
17 changed files with 104 additions and 19 deletions
|
|
@ -34,6 +34,16 @@
|
|||
DEBUGVAR CoffinBtnDir
|
||||
</EventOpen>
|
||||
|
||||
|
||||
<Video>
|
||||
<X> 0 </X>
|
||||
<Y> 0 </Y>
|
||||
<Width> 1080</Width>
|
||||
<Height> 380 </Height>
|
||||
<Loop> "true" </Loop>
|
||||
<Filename> video_menu_0 </Filename>
|
||||
</Video>
|
||||
|
||||
; background
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
|
|
@ -68,22 +78,79 @@
|
|||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Image>
|
||||
<X> 373 </X>
|
||||
; Thai menu
|
||||
<Image>
|
||||
<X> 373 </X>
|
||||
<Y> 444 </Y>
|
||||
<Width> 334 </Width>
|
||||
<Height> 75 </Height>
|
||||
<Filename> "ROOT/taobin_project/image/event/pepween/let_ghost_show_u.png" </Filename>
|
||||
<State>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 79 </X>
|
||||
<Y> 526 </Y>
|
||||
<Width> 923 </Width>
|
||||
<Height> 67 </Height>
|
||||
<Filename> "ROOT/taobin_project/image/event/pepween/choose_your_ghost.png" </Filename>
|
||||
<State>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
</Image>
|
||||
|
||||
|
||||
|
||||
; Eng menu
|
||||
<Image>
|
||||
<X> 334 </X>
|
||||
<Y> 444 </Y>
|
||||
<Width> 334 </Width>
|
||||
<Width> 412 </Width>
|
||||
<Height> 75 </Height>
|
||||
<Filename> "ROOT/taobin_project/image/event/pepween/let_ghost_show_u.png" </Filename>
|
||||
<Filename> "ROOT/taobin_project/image/event/pepween/let_ghost_show_u_en.png" </Filename>
|
||||
<State>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Enable"
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 79 </X>
|
||||
<Y> 526 </Y>
|
||||
<Width> 923 </Width>
|
||||
<Height> 67 </Height>
|
||||
<Filename> "ROOT/taobin_project/image/event/pepween/choose_your_ghost.png" </Filename>
|
||||
<X> 37 </X>
|
||||
<Y> 532 </Y>
|
||||
<Width> 1007 </Width>
|
||||
<Height> 54 </Height>
|
||||
<Filename> "ROOT/taobin_project/image/event/pepween/choose_your_ghost_en.png" </Filename>
|
||||
<State>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Enable"
|
||||
Else
|
||||
Var return = "Invisible"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
</Image>
|
||||
|
||||
|
||||
; Button top left - Caroline
|
||||
<Button>
|
||||
<X> 25 </X>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue