FarmFighter/assets/scene/title.json

19 lines
352 B
JSON
Raw Normal View History

{
"entities": [
{
"type": "TextEntity",
"text": "Dana is a big nerd",
"position": {
"x": 0,
"y": 0
},
"color": {
"r": 255,
"g": 145,
"b": 123,
"a": 255
}
}
]
}