flappybat/background/background.json

25 lines
232 B
JSON
Raw Normal View History

2024-03-03 17:45:08 -06:00
{
"draw_layer":-10,
"sprite": {
2024-03-13 12:15:02 -05:00
"path": "day.gif",
2024-03-03 17:45:08 -06:00
"enabled": true,
"color": [
1,
1,
1,
1
],
"pos": [
2024-03-07 12:23:02 -06:00
-144,
-256
2024-03-03 17:45:08 -06:00
],
"angle": 0,
"scale": [
1,
1
],
"drawmode": 0,
"comp": "sprite"
}
}