* @property {number} verticalResolution
* @memberof Config
*/
- verticalResolution: 224
+ verticalResolution: 224,
+
+ /**
+ * The points needed to win
+ *
+ * @property {number} maxPoints
+ * @memberof Config
+ */
+ maxPoints: 200
};
/**
- * How many pixels to use per meter
+ * The horizontal resolution of the screen
*
- * @property {number} meterSize
+ * @property {number} horizontalResolution
* @memberof Config
*/
config.horizontalResolution = Math.round(config.verticalResolution * config.aspectRatio[0] / config.aspectRatio[1]);