INFO

A control's internal properties such as its content and the content's size and alignment. The required attributes will differ depending on the type of control.

INFO Attributes

NameExamplePresenceNotes
TYPE8alwayssee Types
NM횚쨌횂횄짖_126x23optionalname or description

N Attributes

NameExamplePresenceNotes
NATION2alwaysthe region the other attributes should apply to

Shared Attributes

NameExamplePresenceNotes
EC10optionalalignment
IX_Y5optionalbackground image filename
CX_YFFFFFFFFoptionalcolor
TXFondo Xoptionaltext to display
SX_YTODOoptionalTODO
POSX0 0optionalx, y
SZX126 23optionalwidth, height
UVX_Y0 0 1 0 0 1 1 1optionaltexture coordinates (top left, top right, bottom left, bottom right)
TAX18optionaltext alignment
FNXVerdana 13 700optionalfont, size, weight
FCX_YFFFFFFFFoptionalTODO color
FOX_Y0optionalsometimes 0, mostly 1 (font shadow enabled?)
FOCX_YFFFFFFFFoptionalTODO color

Types

  1. Sprite
  2. Button
  3. n/a
  4. CheckBox
  5. ComboBox
  6. Slider
  7. TextArea
  8. TextInput
  9. ListBox
  10. ScrollView

Examples

0.02TW Login background image

<INFO TYPE="1" NM="째챠횁짚_쨌횓짹횞횓_쨔챔째챈" EC="1" SZ1="1024 768" I1_1="1" UV1_1="0 0 1 0 0 0.75 1 0.75" POS1="0 0" />

This describes a:

  • Sprite
  • Content aligned "top left"
  • Size 1024x768
  • Image ID 1
  • Image UVs 0 0 1 0 0 0.75 1 0.75
    • only the top 75% of the image in height is used, because the source image is 1024x1024, but the element is 1024x768
  • Content position 0,0

0.02TW Login title text

<INFO TYPE="1" NM="쨔짰짹쨍_쨌횓짹횞횓 쨍횉횈짰" EC="1" SZ1="262 25" POS1="0 0" T1="횁짖쩌횙 쩐횈횑쨉챨쩔횒 쨘챰쨔횖쨔첩횊짙쨍짝 횚쨌횂횉횕쩌쩌쩔채." C1_1="FFFFFF" FN1="Trebuchet MS 18 700">
    <N NATION="2" T1="Please enter your ID and password" FN1="Trebuchet MS 18 700" />
    <N NATION="3" FN1="Trebuchet MS 20 700" />
</INFO>

This describes a:

  • Sprite
  • Content aligned "top left"
  • Size 262x25
  • Content position 0,0
  • Default text "횁짖쩌횙 쩐횈횑쨉챨쩔횒 쨘챰쨔횖쨔첩횊짙쨍짝 횚쨌횂횉횕쩌쩌쩔채."
  • Text color #FFFFFF
  • Font "Trebuchet MS" size 18 weight 700

The following region overrides can apply:

  • If the region is 2
    • Text "Please enter your ID and password" is used instead
    • Font configuration "Trebuchet MS 18 700" is used instead, but it's the same
  • If the region is 3
    • Font configuration "Trebuchet MS 20 700" is used instead, which is 2pt larger

0.02TW Login username input

<INFO TYPE="8" NM="횚쨌횂횄짖_126x23" EC="10" SZ1="126 23" FC1_1="FFFFFFFF" SZ2="2 2" SZ3="2 2" SZ4="2 2" SZ5="2 2" SZ6="2 2" SZ7="2 2" SZ8="2 1" SZ9="2 1" SZ10="21 21" POS1="0 0" C1_1="FF666666" POS2="0 0" POS3="0 0" POS4="0 0" POS5="0 0" POS6="0 0" POS7="0 0" POS8="0 0" POS10="131 1" POS9="0 0" C2_1="FFFFFF" C3_1="FFFFFF" C4_1="FFFFFF" C5_1="FFFFFF" C6_1="FFFFFF" C7_1="FFFFFF" C8_1="FFFFFF" C9_1="FFFFFF" C10_1="FFFFFF" FN1="Verdana 13 700" />