forked from mirrors/0ad
cdf6109713
Makes it possible to reuse the more generic parts of the `structree` codebase in other pages without including `structree`-specific logic. This sets the stage for further reference/encyclopedia-type pages. Reviewed By: fatherbushido, elexis Differential Revision: https://code.wildfiregames.com/D295 This was SVN commit r19940.
14 lines
232 B
XML
14 lines
232 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<setup>
|
|
<tooltip name="referenceTooltip"
|
|
anchor="top"
|
|
buffer_zone="4"
|
|
delay="50"
|
|
font="sans-14"
|
|
maxwidth="480"
|
|
offset="16 24"
|
|
sprite="bkTooltip"
|
|
textcolor="white"
|
|
/>
|
|
</setup>
|