Assets: Remove font from test scene, as font assets aren't added yet

This commit is contained in:
Riyyi
2022-09-27 13:12:13 +02:00
parent c858ef3b1d
commit 6972128ad2
-10
View File
@@ -36,15 +36,5 @@
"color": [ 1.0, 1.0, 1.0, 1.0 ],
"texture": "assets/gfx/test-inverted.png"
}
],
"text": [
{
"name": "Text",
"content": "HelloWorld!",
"font": "assets/fnt/dejavu-sans",
"font-size": 0,
"width": 150,
"lines": 3
}
]
}