mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-15 15:30:21 -08:00
fonts can now have custom variations via jsons
This commit is contained in:
parent
823b6274f8
commit
44e7da3fea
7 changed files with 42 additions and 23 deletions
6
Assets/Sprites/UI/FontMain.json
Normal file
6
Assets/Sprites/UI/FontMain.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"variations": {
|
||||
"SMB1": {"source": "Font.fnt"},
|
||||
"SMBLL": {"source": "FontLL.fnt"}
|
||||
}
|
||||
}
|
||||
5
Assets/Sprites/UI/ScoreFont.json
Normal file
5
Assets/Sprites/UI/ScoreFont.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variations": {
|
||||
"default": {"source": "ScoreFont.fnt"}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue