mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-04 18:29:41 +01:00
6cf63359d3
They are not used yet in this commit - this just adds the graphics and data for the glyphs. It also adds a <fallback> tag to font.fontmeta to use buttons_8x8. The icons themselves are made by Reese Rivers - see #859.
13 lines
328 B
XML
13 lines
328 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<font_metadata>
|
|
<type>buttons</type>
|
|
<width>8</width>
|
|
<height>8</height>
|
|
<white_teeth>1</white_teeth>
|
|
<chars>
|
|
<range start="0xEB00" end="0xEB2F"/>
|
|
</chars>
|
|
<special>
|
|
<range start="0xEB00" end="0xEB2F" color="1"/>
|
|
</special>
|
|
</font_metadata>
|