HKG : Fixed show thai lang in remove_cup

This commit is contained in:
Ittipat Lusuk 2025-04-11 16:33:31 +07:00
parent 36760d51f0
commit 415c794528
15 changed files with 35 additions and 4 deletions

View file

@ -54,6 +54,8 @@
Var StarwState = "Enable"
Var videoEnd = 0
Var TextBottomShowX = 0
If show_eng = "true" Then
Var DirImage = "ROOT/taobin_project/image/complete_en/"
@ -61,6 +63,20 @@
Var DirImage = "ROOT/taobin_project/image/complete/"
EndIf
If LanguageShow = "MYANMAR" Then
Var DirImage = "ROOT/taobin_project/image/complete_mmr/"
EndIf
If LanguageShow = "MSC" Then
Var DirImage = "ROOT/taobin_project/inter/hkg/image/complete_msc/"
Var TextBottomShowX = 20
EndIf
If LanguageShow = "MTC" Then
Var DirImage = "ROOT/taobin_project/inter/hkg/image/complete_mtc/"
Var TextBottomShowX = 20
EndIf
Var VideoPlayFile = VideoPath
Var VideoPlayFile = VideoPlayFile + VideoFileBegin
Var VideoPlayFile = VideoPlayFile + "24"
@ -399,7 +415,7 @@
<Image>
<X> 0 </X>
<X> TextBottomShowX </X>
<Y> 1418 </Y>
<State> TextBottomShow </State>
<Filename> Var( DirImage + "text_bottom.png") </Filename>