Started texture mapped fonts demo.

This commit is contained in:
Marvin Blum
2016-05-21 13:53:27 +02:00
parent 67571025e9
commit 6e368f066f
3 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
[
{
"char": "A",
"x": 0,
"y": 0
},
{
"char": "b",
"x": 1,
"y": 0
},
{
"char": "e",
"x": 2,
"y": 0
},
{
"char": "r",
"x": 0,
"y": 1
},
{
"char": "'",
"x": 3,
"y": 0,
"offset": 0.5
}
]