HK: Initialize Hong Kong
This commit is contained in:
parent
e12d844dd5
commit
178c71b745
2416 changed files with 182201 additions and 1 deletions
40
inter/hk/xml/event/promotion_template.inc
Normal file
40
inter/hk/xml/event/promotion_template.inc
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
|
||||
<Button>
|
||||
;#Overlay
|
||||
<State> BigButtonEnable </State>
|
||||
<Filename>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = ###normal_eng
|
||||
Else
|
||||
Var return = ###normal_thai
|
||||
EndIf
|
||||
)
|
||||
</Filename>
|
||||
<FilenamePress>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = ###press_eng
|
||||
Else
|
||||
Var return = ###press_thai
|
||||
EndIf
|
||||
)
|
||||
</FilenamePress>
|
||||
<FilenameDisable>
|
||||
eval(
|
||||
If show_eng = "true" Then
|
||||
Var return = ###disable_eng
|
||||
Else
|
||||
Var return = ###disable_thai
|
||||
EndIf
|
||||
)
|
||||
</FilenameDisable>
|
||||
<EventOnClick>
|
||||
|
||||
###on_click_script
|
||||
|
||||
Open ###event_on_click
|
||||
|
||||
</EventOnClick>
|
||||
|
||||
</Button>
|
||||
Loading…
Add table
Add a link
Reference in a new issue