mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 06:13:55 -07:00
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.
13 lines
232 B
XML
13 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>
|