1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 09:39:43 +01:00

Add button glyph font files

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.
This commit is contained in:
Dav999-v 2023-02-19 05:00:30 +01:00 committed by Misa Elizabeth Kai
parent 2ac85e6929
commit 6cf63359d3
7 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<font_metadata>
<type>buttons</type>
<width>10</width>
<height>10</height>
<white_teeth>1</white_teeth>
<chars>
<range start="0xEB00" end="0xEB2F"/>
</chars>
<special>
<range start="0xEB00" end="0xEB2F" color="1"/>
</special>
</font_metadata>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<font_metadata>
<type>buttons</type>
<width>12</width>
<height>12</height>
<white_teeth>1</white_teeth>
<chars>
<range start="0xEB00" end="0xEB2F"/>
</chars>
<special>
<range start="0xEB00" end="0xEB2F" color="1"/>
</special>
</font_metadata>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -0,0 +1,13 @@
<?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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -68,4 +68,5 @@
<special>
<range start="0x00" end="0x1F" advance="6"/>
</special>
<fallback>buttons_8x8</fallback>
</font_metadata>