Browse Source

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

master
Riyyi 2 years ago
parent
commit
6972128ad2
  1. 10
      assets/scene/scene1.json

10
assets/scene/scene1.json

@ -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
}
]
}

Loading…
Cancel
Save