orbit/data/game.json

32 lines
975 B
JSON

{
"name": "Orbit",
"version": "0.2.0",
"width": 1280,
"height": 720,
"backgroundColor": "#04060d",
"hintText": "click anywhere to fly · shift+click to hold the heading · click a rock to mine · the tether holds your range",
"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
},
"discovery": {
"_comment": "Discovery rule: when the ship gets within distance px of an object's edge (edge-to-edge), the object is discovered — and stays discovered for the rest of the galaxy. compass = the off-screen arrows: edgeInset px in from the screen edge, and minSeparation px kept between arrows so they never stack.",
"distance": 540,
"compass": {
"edgeInset": 26,
"minSeparation": 130
}
}
}