20 lines
370 B
JSON
20 lines
370 B
JSON
{
|
|
"name": "Orbit",
|
|
"version": "0.1.0",
|
|
"width": 1280,
|
|
"height": 720,
|
|
"backgroundColor": "#04060d",
|
|
"hintText": "click anywhere to fly",
|
|
"markerColor": "#41c7ff",
|
|
"physics": {
|
|
"default": "arcade"
|
|
},
|
|
"debug": false,
|
|
"starfield": {
|
|
"enabled": true,
|
|
"count": 180,
|
|
"driftSpeed": 14,
|
|
"colors": ["#ffffff", "#b9c6ff", "#8090b8"]
|
|
}
|
|
}
|