update malaysia language btn, page_show_error, and remove cup
This commit is contained in:
parent
48a611e0c7
commit
c74d0c2ed7
18 changed files with 1860 additions and 1840 deletions
|
|
@ -16,7 +16,17 @@
|
|||
Var LanguageButtonListEnable = "Invisible"
|
||||
|
||||
Var langFileNameIcon = lang_icon_file_name[LanguageShowByIndex]
|
||||
Var langfn = "ROOT/taobin_project/image/lang/" + langFileNameIcon
|
||||
|
||||
If CountryName = "Malaysia" Then
|
||||
Var dirImageLang = CountryRootPath + "image/lang/"
|
||||
Var langfn = dirImageLang + langFileNameIcon
|
||||
DEBUGVAR langfn
|
||||
|
||||
Var ButtonLanguageCurrentXPosition = ButtonLanguageCurrentXPosition - 40
|
||||
Var ButtonLanguageCurrentYPosition = ButtonLanguageCurrentYPosition + 20
|
||||
Else
|
||||
Var langfn = "ROOT/taobin_project/image/lang/" + langFileNameIcon
|
||||
EndIf
|
||||
|
||||
Var ButtonLanguageListXPositionIcon = ButtonLanguageListXPosition + 27
|
||||
Var ButtonLanguageListYPositionIcon = ButtonLanguageListYPosition + 14
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue