This commit is contained in:
Kenta420 2024-03-20 17:46:08 +07:00
parent 488ccd06f3
commit 866f21d4e8
11 changed files with 1079 additions and 2366 deletions

View 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>