@urso/core 0.7.91 → 0.7.92

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.7.91",
3
+ "version": "0.7.92",
4
4
  "description": "HTML5 game engine",
5
5
  "main": "build/js/index.js",
6
6
  "author": "Megbrimef",
@@ -125,7 +125,7 @@ class LibLoader {
125
125
 
126
126
  if (asset.type === Urso.types.assets.JSON || asset.type === Urso.types.assets.ATLAS) { // check json in JSONATLAS
127
127
  const jsonData = this._getJsonDataFromJsonAtlases(asset.key);
128
- alert(123)
128
+
129
129
  if (jsonData) {
130
130
  switch (asset.type) {
131
131
  case Urso.types.assets.JSON: