save
This commit is contained in:
parent
488ccd06f3
commit
866f21d4e8
11 changed files with 1079 additions and 2366 deletions
31
xml/event/video_layout.inc
Normal file
31
xml/event/video_layout.inc
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<Video>
|
||||
<Width> 484 </Width>
|
||||
<Height> 616 </Height>
|
||||
<Loop> "true" </Loop>
|
||||
<State>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Enable"
|
||||
Else
|
||||
Var return = "Invisible
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Filename> ###video_en </Filename>
|
||||
</Video>
|
||||
|
||||
<Video>
|
||||
<Width> 484 </Width>
|
||||
<Height> 616 </Height>
|
||||
<State>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = "Enable"
|
||||
EndIf
|
||||
)
|
||||
</State>
|
||||
<Loop> "true" </Loop>
|
||||
<Filename> ###video_th </Filename>
|
||||
</Video>
|
||||
Loading…
Add table
Add a link
Reference in a new issue