orbit/data/game.json

24 lines
443 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": 200,
"parallax": [0.15, 0.85],
"colors": ["#ffffff", "#b9c6ff", "#8090b8"]
},
"camera": {
"followShip": true,
"followRate": 3.0
}
}