@urso/core 0.6.5 → 0.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@urso/core",
3
- "version": "0.6.5",
3
+ "version": "0.6.7",
4
4
  "description": "HTML5 game engine",
5
5
  "main": "build/js/index.js",
6
6
  "author": "Megbrimef",
@@ -9,7 +9,7 @@ let ConfigMain = {
9
9
  useTransport: false, // use transport module for connetcting with server
10
10
  fps: {
11
11
  limit: 60, //max fps limit
12
- optimizeLowPerformance: true //down to 30 fps if lower 60
12
+ optimizeLowPerformance: false //down to 30 fps if lower 60
13
13
  }
14
14
  };
15
15