HKG: Fix bug langs flag, Upscale flag image 20 pers

This commit is contained in:
Ittipat Lusuk 2025-04-02 10:54:11 +07:00
parent 3c05684c63
commit 1209d34c42
27 changed files with 6495 additions and 6487 deletions

View file

@ -206,7 +206,12 @@
<EventLanguageOnChange>
DEBUGVAR LanguageShow
Var LanguageButtonEnable = "Enable"
If CountryName = "HongKong" Then
Var LanguageButtonEnable = "Invisible"
Else
Var LanguageButtonEnable = "Enable"
EndIf
Var ButtonLanguageCurrentXPosition = 990
Var ButtonLanguageCurrentYPosition = 648