mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49: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:
parent
2ac85e6929
commit
6cf63359d3
7 changed files with 40 additions and 0 deletions
13
desktop_version/fonts/buttons_10x10.fontmeta
Normal file
13
desktop_version/fonts/buttons_10x10.fontmeta
Normal 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>
|
BIN
desktop_version/fonts/buttons_10x10.png
Normal file
BIN
desktop_version/fonts/buttons_10x10.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
13
desktop_version/fonts/buttons_12x12.fontmeta
Normal file
13
desktop_version/fonts/buttons_12x12.fontmeta
Normal 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>
|
BIN
desktop_version/fonts/buttons_12x12.png
Normal file
BIN
desktop_version/fonts/buttons_12x12.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
13
desktop_version/fonts/buttons_8x8.fontmeta
Normal file
13
desktop_version/fonts/buttons_8x8.fontmeta
Normal 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>
|
BIN
desktop_version/fonts/buttons_8x8.png
Normal file
BIN
desktop_version/fonts/buttons_8x8.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
|
@ -68,4 +68,5 @@
|
||||||
<special>
|
<special>
|
||||||
<range start="0x00" end="0x1F" advance="6"/>
|
<range start="0x00" end="0x1F" advance="6"/>
|
||||||
</special>
|
</special>
|
||||||
|
<fallback>buttons_8x8</fallback>
|
||||||
</font_metadata>
|
</font_metadata>
|
||||||
|
|
Loading…
Reference in a new issue