<title>

A title to display.

Titles, like buttons, are automatically cleared at each new node. Text that is to remain on the screen across multiple nodes should be defined in <text_banners>.

Only one title tag is allowed within a node tag. (Other title tags may be defined within other tags in a node, such as <mouse_click>. These will modify the title defined within <node>.)

Child of: <drag_drop>, <drag_move>, <mouse_click>, <mouse_down>, <mouse_move>, <mouse_out>, <mouse_over>, <node name="">
Parent of: <text>, <x>, <y>, <height>, <width>, <font>, <font_size>, <bg_color>, <text_color>
See also: <text_banners>

Example:

<title>
<text>My Title</text>
<x>75</x>
<y>150</y>
<height>35</height>
<width>85</width>
<font>Arial</font>
<font_size>16</font_size>
<bg_color>0xDDDDDD</bg_color>
<text_color>#000000</text_color>
</title>