Skip to content

Commit

Permalink
Add low numbers and make the star go down
Browse files Browse the repository at this point in the history
  • Loading branch information
29cmb committed Nov 10, 2024
1 parent c5b3155 commit 7f0331b
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 2 deletions.
74 changes: 72 additions & 2 deletions assets/minecraft/font/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,79 @@
{
"type": "bitmap",
"file": "minecraft:font/star.png",
"ascent": 7,
"height": 8,
"ascent": -10,
"height": 10,
"chars": [""]
},
{
"type": "bitmap",
"file": "minecraft:font/low_1.png",
"ascent": -10,
"height": 10,
"chars": ["\uE003"]
},
{
"type": "bitmap",
"file": "minecraft:font/low_2.png",
"ascent": -10,
"height": 10,
"chars": ["\uE004"]
},
{
"type": "bitmap",
"file": "minecraft:font/low_3.png",
"ascent": -10,
"height": 10,
"chars": ["\uE005"]
},
{
"type": "bitmap",
"file": "minecraft:font/low_4.png",
"ascent": -10,
"height": 10,
"chars": ["\uE006"]
},
{
"type": "bitmap",
"file": "minecraft:font/low_5.png",
"ascent": -10,
"height": 10,
"chars": ["\uE007"]
},
{
"type": "bitmap",
"file": "minecraft:font/low_6.png",
"ascent": -10,
"height": 10,
"chars": ["\uE008"]
},
{
"type": "bitmap",
"file": "minecraft:font/low_7.png",
"ascent": -10,
"height": 10,
"chars": ["\uE009"]
},
{
"type": "bitmap",
"file": "minecraft:font/low_8.png",
"ascent": -10,
"height": 10,
"chars": ["\uE00A"]
},
{
"type": "bitmap",
"file": "minecraft:font/low_9.png",
"ascent": -10,
"height": 10,
"chars": ["\uE00B"]
},
{
"type": "bitmap",
"file": "minecraft:font/low_0.png",
"ascent": -10,
"height": 10,
"chars": ["\uE00C"]
}
]
}
Binary file added assets/minecraft/textures/font/low_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/font/low_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/font/low_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/font/low_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/font/low_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/font/low_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/font/low_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/font/low_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/font/low_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/font/low_9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7f0331b

Please sign in to comment.