mirror of
https://github.com/Kugelschieber/go-game.git
synced 2026-01-18 06:40:28 +00:00
Started texture mapped fonts demo.
This commit is contained in:
28
demo/text/assets/dejavu.json
Normal file
28
demo/text/assets/dejavu.json
Normal 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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user