Difference between revisions of "Object Element"
imported>JRoush |
imported>JRoush (→Menu) |
||
Line 29: | Line 29: | ||
== Menu == | == Menu == | ||
Menu elements (here referring to elements of the form <menu></menu> rather than in the sense of the page title) are a bit special. | Menu elements (here referring to elements of the form <menu></menu> rather than in the sense of the page title) are a bit special. The root element of a every menu document must be of this type, and no other <menu> elements are parsed, no matter where they appear in the file. | ||
'''Value Elements''' | '''Value Elements''' |
Revision as of 19:19, 22 May 2009
This article has been marked by editors or authors as incomplete. Please see the Talk page for details. Discussion and collaboration can improve an article and lead to a better Wiki.
Image
Defines a rectangular region with an associated texture. Every visible aspect of the menus and HUD, except for text, is an image element.
Value Elements
Rect
Defines a rectangular region (similar to an Image element), but without any visible effects. Even so, a Rect element may have a Visible element as a child, which, if it evaluates to false, will override the Visible properties of all of the Rect's other children.
Value Elements
Text
Self explanatory. Note, however, that the width and height property elements have no effect on the size of the text - this is determined solely by the font property.
Value Elements
Menu
Menu elements (here referring to elements of the form <menu></menu> rather than in the sense of the page title) are a bit special. The root element of a every menu document must be of this type, and no other <menu> elements are parsed, no matter where they appear in the file.
Value Elements