Assets: Add text entity to example scene1.json

This commit is contained in:
Riyyi
2023-12-26 13:07:56 +01:00
parent 574f2a8b5a
commit d02d5a528b
5 changed files with 512 additions and 0 deletions
+10
View File
@@ -36,5 +36,15 @@
"color": [ 1.0, 1.0, 1.0, 1.0 ],
"texture": "assets/gfx/test-inverted.png"
}
],
"text": [
{
"name": "Text",
"content": "Hello World!",
"font": "assets/fnt/open-sans",
"font-size": 10,
"width": 150,
"lines": 3
}
]
}