Merge branch 'master' of https://github.com/kellypeng44/ShatteredSword
							
								
								
									
										12
									
								
								dist/shattered_sword_assets/jsons/story.json
									
									
									
									
										vendored
									
									
								
							
							
						
						| 
						 | 
				
			
			@ -114,7 +114,7 @@
 | 
			
		|||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "loadSprite",
 | 
			
		||||
                    "key": "hiro",
 | 
			
		||||
                    "key": "logo",
 | 
			
		||||
                    "path": "shattered_sword_assets/images/Logo.png",
 | 
			
		||||
                    "positon": [
 | 
			
		||||
                        650,
 | 
			
		||||
| 
						 | 
				
			
			@ -126,6 +126,16 @@
 | 
			
		|||
                    ]
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "speaker": "",
 | 
			
		||||
            "content": "",
 | 
			
		||||
            "actions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "hideSprite",
 | 
			
		||||
                    "key": "logo"
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										15
									
								
								firebase.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,15 @@
 | 
			
		|||
{
 | 
			
		||||
  "hosting": {
 | 
			
		||||
    "public": "public",
 | 
			
		||||
    "ignore": [
 | 
			
		||||
      "firebase.json",
 | 
			
		||||
      "**/.*",
 | 
			
		||||
      "**/node_modules/**"
 | 
			
		||||
    ],
 | 
			
		||||
    "redirects": [{
 | 
			
		||||
      "source": "/benchmark2",
 | 
			
		||||
      "destination": "/benchmark2.html",
 | 
			
		||||
      "type": 301
 | 
			
		||||
    }]
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1,4 +1,5 @@
 | 
			
		|||
var gulp = require('gulp');
 | 
			
		||||
const shell = require('gulp-shell');
 | 
			
		||||
var browserify = require('browserify');
 | 
			
		||||
var source = require('vinyl-source-stream');
 | 
			
		||||
var watchify = require('watchify');
 | 
			
		||||
| 
						 | 
				
			
			@ -32,3 +33,7 @@ function bundle() {
 | 
			
		|||
gulp.task('default', gulp.series(gulp.parallel('copy-html'), bundle));
 | 
			
		||||
watchedBrowserify.on('update', bundle);
 | 
			
		||||
watchedBrowserify.on('log', fancy_log);
 | 
			
		||||
 | 
			
		||||
gulp.task('firebase', shell.task([
 | 
			
		||||
    'firebase deploy'
 | 
			
		||||
]));
 | 
			
		||||
							
								
								
									
										308
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						| 
						 | 
				
			
			@ -9,6 +9,7 @@
 | 
			
		|||
      "version": "1.0.0",
 | 
			
		||||
      "license": "ISC",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "gulp-shell": "^0.8.0",
 | 
			
		||||
        "random-seed": "^0.3.0",
 | 
			
		||||
        "typescript-require": "^0.3.0"
 | 
			
		||||
      },
 | 
			
		||||
| 
						 | 
				
			
			@ -18,7 +19,7 @@
 | 
			
		|||
        "gulp": "^4.0.0",
 | 
			
		||||
        "gulp-typescript": "^6.0.0-alpha.1",
 | 
			
		||||
        "tsify": "^5.0.0",
 | 
			
		||||
        "typescript": "^3.9.7",
 | 
			
		||||
        "typescript": "^3.9.10",
 | 
			
		||||
        "vinyl-source-stream": "^2.0.0",
 | 
			
		||||
        "watchify": "^3.11.1"
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -64,7 +65,6 @@
 | 
			
		|||
      "version": "1.1.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz",
 | 
			
		||||
      "integrity": "sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "ansi-wrap": "^0.1.0"
 | 
			
		||||
      },
 | 
			
		||||
| 
						 | 
				
			
			@ -76,7 +76,6 @@
 | 
			
		|||
      "version": "0.1.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz",
 | 
			
		||||
      "integrity": "sha1-KWLPVOyXksSFEKPetSRDaGHvclE=",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "ansi-wrap": "0.1.0"
 | 
			
		||||
      },
 | 
			
		||||
| 
						 | 
				
			
			@ -93,11 +92,24 @@
 | 
			
		|||
        "node": ">=0.10.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/ansi-styles": {
 | 
			
		||||
      "version": "4.3.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
 | 
			
		||||
      "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "color-convert": "^2.0.1"
 | 
			
		||||
      },
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=8"
 | 
			
		||||
      },
 | 
			
		||||
      "funding": {
 | 
			
		||||
        "url": "https://github.com/chalk/ansi-styles?sponsor=1"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/ansi-wrap": {
 | 
			
		||||
      "version": "0.1.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
 | 
			
		||||
      "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768=",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=0.10.0"
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -152,7 +164,6 @@
 | 
			
		|||
      "version": "4.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
 | 
			
		||||
      "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=0.10.0"
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -194,7 +205,6 @@
 | 
			
		|||
      "version": "3.1.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
 | 
			
		||||
      "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=0.10.0"
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -338,7 +348,6 @@
 | 
			
		|||
      "version": "1.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
 | 
			
		||||
      "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=0.10.0"
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -841,6 +850,18 @@
 | 
			
		|||
        "node": ">=0.10.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/chalk": {
 | 
			
		||||
      "version": "3.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
 | 
			
		||||
      "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "ansi-styles": "^4.1.0",
 | 
			
		||||
        "supports-color": "^7.1.0"
 | 
			
		||||
      },
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=8"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/chokidar": {
 | 
			
		||||
      "version": "2.1.8",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -983,11 +1004,26 @@
 | 
			
		|||
        "node": ">=0.10.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/color-convert": {
 | 
			
		||||
      "version": "2.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
 | 
			
		||||
      "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "color-name": "~1.1.4"
 | 
			
		||||
      },
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=7.0.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/color-name": {
 | 
			
		||||
      "version": "1.1.4",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
 | 
			
		||||
      "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/color-support": {
 | 
			
		||||
      "version": "1.1.3",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
 | 
			
		||||
      "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "bin": {
 | 
			
		||||
        "color-support": "bin.js"
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -1080,8 +1116,7 @@
 | 
			
		|||
    "node_modules/core-util-is": {
 | 
			
		||||
      "version": "1.0.2",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
 | 
			
		||||
      "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/create-ecdh": {
 | 
			
		||||
      "version": "4.0.3",
 | 
			
		||||
| 
						 | 
				
			
			@ -1580,7 +1615,6 @@
 | 
			
		|||
      "version": "3.0.2",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
 | 
			
		||||
      "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "assign-symbols": "^1.0.0",
 | 
			
		||||
        "is-extendable": "^1.0.1"
 | 
			
		||||
| 
						 | 
				
			
			@ -1593,7 +1627,6 @@
 | 
			
		|||
      "version": "1.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
 | 
			
		||||
      "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "is-plain-object": "^2.0.4"
 | 
			
		||||
      },
 | 
			
		||||
| 
						 | 
				
			
			@ -1686,7 +1719,6 @@
 | 
			
		|||
      "version": "1.3.3",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz",
 | 
			
		||||
      "integrity": "sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "ansi-gray": "^0.1.1",
 | 
			
		||||
        "color-support": "^1.1.3",
 | 
			
		||||
| 
						 | 
				
			
			@ -2045,6 +2077,31 @@
 | 
			
		|||
        "node": ">= 0.10"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/gulp-shell": {
 | 
			
		||||
      "version": "0.8.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/gulp-shell/-/gulp-shell-0.8.0.tgz",
 | 
			
		||||
      "integrity": "sha512-wHNCgmqbWkk1c6Gc2dOL5SprcoeujQdeepICwfQRo91DIylTE7a794VEE+leq3cE2YDoiS5ulvRfKVIEMazcTQ==",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "chalk": "^3.0.0",
 | 
			
		||||
        "fancy-log": "^1.3.3",
 | 
			
		||||
        "lodash.template": "^4.5.0",
 | 
			
		||||
        "plugin-error": "^1.0.1",
 | 
			
		||||
        "through2": "^3.0.1",
 | 
			
		||||
        "tslib": "^1.10.0"
 | 
			
		||||
      },
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=10.0.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/gulp-shell/node_modules/through2": {
 | 
			
		||||
      "version": "3.0.2",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.2.tgz",
 | 
			
		||||
      "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "inherits": "^2.0.4",
 | 
			
		||||
        "readable-stream": "2 || 3"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/gulp-typescript": {
 | 
			
		||||
      "version": "6.0.0-alpha.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/gulp-typescript/-/gulp-typescript-6.0.0-alpha.1.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -2149,6 +2206,14 @@
 | 
			
		|||
        "node": ">= 0.4.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/has-flag": {
 | 
			
		||||
      "version": "4.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
 | 
			
		||||
      "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=8"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/has-symbols": {
 | 
			
		||||
      "version": "1.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -2321,8 +2386,7 @@
 | 
			
		|||
    "node_modules/inherits": {
 | 
			
		||||
      "version": "2.0.4",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
 | 
			
		||||
      "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/ini": {
 | 
			
		||||
      "version": "1.3.5",
 | 
			
		||||
| 
						 | 
				
			
			@ -2569,7 +2633,6 @@
 | 
			
		|||
      "version": "2.0.4",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
 | 
			
		||||
      "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "isobject": "^3.0.1"
 | 
			
		||||
      },
 | 
			
		||||
| 
						 | 
				
			
			@ -2628,8 +2691,7 @@
 | 
			
		|||
    "node_modules/isarray": {
 | 
			
		||||
      "version": "1.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
 | 
			
		||||
      "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/isexe": {
 | 
			
		||||
      "version": "2.0.0",
 | 
			
		||||
| 
						 | 
				
			
			@ -2641,7 +2703,6 @@
 | 
			
		|||
      "version": "3.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
 | 
			
		||||
      "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=0.10.0"
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -2809,12 +2870,34 @@
 | 
			
		|||
        "node": ">=0.10.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/lodash._reinterpolate": {
 | 
			
		||||
      "version": "3.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
 | 
			
		||||
      "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0="
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/lodash.memoize": {
 | 
			
		||||
      "version": "3.0.4",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-3.0.4.tgz",
 | 
			
		||||
      "integrity": "sha1-LcvSwofLwKVcxCMovQxzYVDVPj8=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/lodash.template": {
 | 
			
		||||
      "version": "4.5.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz",
 | 
			
		||||
      "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "lodash._reinterpolate": "^3.0.0",
 | 
			
		||||
        "lodash.templatesettings": "^4.0.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/lodash.templatesettings": {
 | 
			
		||||
      "version": "4.2.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz",
 | 
			
		||||
      "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "lodash._reinterpolate": "^3.0.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/make-iterator": {
 | 
			
		||||
      "version": "1.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -3375,7 +3458,6 @@
 | 
			
		|||
      "version": "1.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz",
 | 
			
		||||
      "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">= 0.10"
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -3531,7 +3613,6 @@
 | 
			
		|||
      "version": "1.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz",
 | 
			
		||||
      "integrity": "sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "ansi-colors": "^1.0.1",
 | 
			
		||||
        "arr-diff": "^4.0.0",
 | 
			
		||||
| 
						 | 
				
			
			@ -3572,8 +3653,7 @@
 | 
			
		|||
    "node_modules/process-nextick-args": {
 | 
			
		||||
      "version": "2.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
 | 
			
		||||
      "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/public-encrypt": {
 | 
			
		||||
      "version": "4.0.3",
 | 
			
		||||
| 
						 | 
				
			
			@ -3711,7 +3791,6 @@
 | 
			
		|||
      "version": "2.3.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
 | 
			
		||||
      "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "core-util-is": "~1.0.0",
 | 
			
		||||
        "inherits": "~2.0.3",
 | 
			
		||||
| 
						 | 
				
			
			@ -3916,8 +3995,7 @@
 | 
			
		|||
    "node_modules/safe-buffer": {
 | 
			
		||||
      "version": "5.1.2",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
 | 
			
		||||
      "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/safe-regex": {
 | 
			
		||||
      "version": "1.1.0",
 | 
			
		||||
| 
						 | 
				
			
			@ -4360,7 +4438,6 @@
 | 
			
		|||
      "version": "1.1.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
 | 
			
		||||
      "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "safe-buffer": "~5.1.0"
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -4421,6 +4498,17 @@
 | 
			
		|||
        "minimist": "^1.1.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/supports-color": {
 | 
			
		||||
      "version": "7.2.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
 | 
			
		||||
      "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "has-flag": "^4.0.0"
 | 
			
		||||
      },
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=8"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/sver-compat": {
 | 
			
		||||
      "version": "1.5.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/sver-compat/-/sver-compat-1.5.0.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -4470,7 +4558,6 @@
 | 
			
		|||
      "version": "1.1.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz",
 | 
			
		||||
      "integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM=",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "engines": {
 | 
			
		||||
        "node": ">=0.10.0"
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -4606,6 +4693,11 @@
 | 
			
		|||
        "semver": "bin/semver.js"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/tslib": {
 | 
			
		||||
      "version": "1.14.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
 | 
			
		||||
      "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/tty-browserify": {
 | 
			
		||||
      "version": "0.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -4625,9 +4717,9 @@
 | 
			
		|||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/typescript": {
 | 
			
		||||
      "version": "3.9.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
 | 
			
		||||
      "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==",
 | 
			
		||||
      "version": "3.9.10",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz",
 | 
			
		||||
      "integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==",
 | 
			
		||||
      "bin": {
 | 
			
		||||
        "tsc": "bin/tsc",
 | 
			
		||||
        "tsserver": "bin/tsserver"
 | 
			
		||||
| 
						 | 
				
			
			@ -4838,8 +4930,7 @@
 | 
			
		|||
    "node_modules/util-deprecate": {
 | 
			
		||||
      "version": "1.0.2",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
 | 
			
		||||
      "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
 | 
			
		||||
    },
 | 
			
		||||
    "node_modules/util/node_modules/inherits": {
 | 
			
		||||
      "version": "2.0.3",
 | 
			
		||||
| 
						 | 
				
			
			@ -5104,7 +5195,6 @@
 | 
			
		|||
      "version": "1.1.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz",
 | 
			
		||||
      "integrity": "sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "ansi-wrap": "^0.1.0"
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -5113,7 +5203,6 @@
 | 
			
		|||
      "version": "0.1.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz",
 | 
			
		||||
      "integrity": "sha1-KWLPVOyXksSFEKPetSRDaGHvclE=",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "ansi-wrap": "0.1.0"
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -5124,11 +5213,18 @@
 | 
			
		|||
      "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "ansi-styles": {
 | 
			
		||||
      "version": "4.3.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
 | 
			
		||||
      "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "color-convert": "^2.0.1"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "ansi-wrap": {
 | 
			
		||||
      "version": "0.1.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
 | 
			
		||||
      "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768="
 | 
			
		||||
    },
 | 
			
		||||
    "any-promise": {
 | 
			
		||||
      "version": "1.3.0",
 | 
			
		||||
| 
						 | 
				
			
			@ -5175,8 +5271,7 @@
 | 
			
		|||
    "arr-diff": {
 | 
			
		||||
      "version": "4.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
 | 
			
		||||
      "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA="
 | 
			
		||||
    },
 | 
			
		||||
    "arr-filter": {
 | 
			
		||||
      "version": "1.1.2",
 | 
			
		||||
| 
						 | 
				
			
			@ -5205,8 +5300,7 @@
 | 
			
		|||
    "arr-union": {
 | 
			
		||||
      "version": "3.1.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
 | 
			
		||||
      "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ="
 | 
			
		||||
    },
 | 
			
		||||
    "array-each": {
 | 
			
		||||
      "version": "1.0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -5329,8 +5423,7 @@
 | 
			
		|||
    "assign-symbols": {
 | 
			
		||||
      "version": "1.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
 | 
			
		||||
      "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c="
 | 
			
		||||
    },
 | 
			
		||||
    "async-done": {
 | 
			
		||||
      "version": "1.3.2",
 | 
			
		||||
| 
						 | 
				
			
			@ -5766,6 +5859,15 @@
 | 
			
		|||
      "integrity": "sha1-MvxLn82vhF/N9+c7uXysImHwqwo=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "chalk": {
 | 
			
		||||
      "version": "3.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
 | 
			
		||||
      "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "ansi-styles": "^4.1.0",
 | 
			
		||||
        "supports-color": "^7.1.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "chokidar": {
 | 
			
		||||
      "version": "2.1.8",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -5886,11 +5988,23 @@
 | 
			
		|||
        "object-visit": "^1.0.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "color-convert": {
 | 
			
		||||
      "version": "2.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
 | 
			
		||||
      "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "color-name": "~1.1.4"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "color-name": {
 | 
			
		||||
      "version": "1.1.4",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
 | 
			
		||||
      "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
 | 
			
		||||
    },
 | 
			
		||||
    "color-support": {
 | 
			
		||||
      "version": "1.1.3",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
 | 
			
		||||
      "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg=="
 | 
			
		||||
    },
 | 
			
		||||
    "combine-source-map": {
 | 
			
		||||
      "version": "0.8.0",
 | 
			
		||||
| 
						 | 
				
			
			@ -5976,8 +6090,7 @@
 | 
			
		|||
    "core-util-is": {
 | 
			
		||||
      "version": "1.0.2",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
 | 
			
		||||
      "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
 | 
			
		||||
    },
 | 
			
		||||
    "create-ecdh": {
 | 
			
		||||
      "version": "4.0.3",
 | 
			
		||||
| 
						 | 
				
			
			@ -6426,7 +6539,6 @@
 | 
			
		|||
      "version": "3.0.2",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
 | 
			
		||||
      "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "assign-symbols": "^1.0.0",
 | 
			
		||||
        "is-extendable": "^1.0.1"
 | 
			
		||||
| 
						 | 
				
			
			@ -6436,7 +6548,6 @@
 | 
			
		|||
          "version": "1.0.1",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
 | 
			
		||||
          "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
 | 
			
		||||
          "dev": true,
 | 
			
		||||
          "requires": {
 | 
			
		||||
            "is-plain-object": "^2.0.4"
 | 
			
		||||
          }
 | 
			
		||||
| 
						 | 
				
			
			@ -6512,7 +6623,6 @@
 | 
			
		|||
      "version": "1.3.3",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz",
 | 
			
		||||
      "integrity": "sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "ansi-gray": "^0.1.1",
 | 
			
		||||
        "color-support": "^1.1.3",
 | 
			
		||||
| 
						 | 
				
			
			@ -6829,6 +6939,30 @@
 | 
			
		|||
        }
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "gulp-shell": {
 | 
			
		||||
      "version": "0.8.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/gulp-shell/-/gulp-shell-0.8.0.tgz",
 | 
			
		||||
      "integrity": "sha512-wHNCgmqbWkk1c6Gc2dOL5SprcoeujQdeepICwfQRo91DIylTE7a794VEE+leq3cE2YDoiS5ulvRfKVIEMazcTQ==",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "chalk": "^3.0.0",
 | 
			
		||||
        "fancy-log": "^1.3.3",
 | 
			
		||||
        "lodash.template": "^4.5.0",
 | 
			
		||||
        "plugin-error": "^1.0.1",
 | 
			
		||||
        "through2": "^3.0.1",
 | 
			
		||||
        "tslib": "^1.10.0"
 | 
			
		||||
      },
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "through2": {
 | 
			
		||||
          "version": "3.0.2",
 | 
			
		||||
          "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.2.tgz",
 | 
			
		||||
          "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==",
 | 
			
		||||
          "requires": {
 | 
			
		||||
            "inherits": "^2.0.4",
 | 
			
		||||
            "readable-stream": "2 || 3"
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "gulp-typescript": {
 | 
			
		||||
      "version": "6.0.0-alpha.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/gulp-typescript/-/gulp-typescript-6.0.0-alpha.1.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -6885,6 +7019,11 @@
 | 
			
		|||
        "function-bind": "^1.1.1"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "has-flag": {
 | 
			
		||||
      "version": "4.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
 | 
			
		||||
      "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
 | 
			
		||||
    },
 | 
			
		||||
    "has-symbols": {
 | 
			
		||||
      "version": "1.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -7020,8 +7159,7 @@
 | 
			
		|||
    "inherits": {
 | 
			
		||||
      "version": "2.0.4",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
 | 
			
		||||
      "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
 | 
			
		||||
    },
 | 
			
		||||
    "ini": {
 | 
			
		||||
      "version": "1.3.5",
 | 
			
		||||
| 
						 | 
				
			
			@ -7218,7 +7356,6 @@
 | 
			
		|||
      "version": "2.0.4",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
 | 
			
		||||
      "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "isobject": "^3.0.1"
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -7262,8 +7399,7 @@
 | 
			
		|||
    "isarray": {
 | 
			
		||||
      "version": "1.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
 | 
			
		||||
      "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE="
 | 
			
		||||
    },
 | 
			
		||||
    "isexe": {
 | 
			
		||||
      "version": "2.0.0",
 | 
			
		||||
| 
						 | 
				
			
			@ -7274,8 +7410,7 @@
 | 
			
		|||
    "isobject": {
 | 
			
		||||
      "version": "3.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
 | 
			
		||||
      "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8="
 | 
			
		||||
    },
 | 
			
		||||
    "json-stable-stringify": {
 | 
			
		||||
      "version": "0.0.1",
 | 
			
		||||
| 
						 | 
				
			
			@ -7407,12 +7542,34 @@
 | 
			
		|||
        "strip-bom": "^2.0.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "lodash._reinterpolate": {
 | 
			
		||||
      "version": "3.0.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
 | 
			
		||||
      "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0="
 | 
			
		||||
    },
 | 
			
		||||
    "lodash.memoize": {
 | 
			
		||||
      "version": "3.0.4",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-3.0.4.tgz",
 | 
			
		||||
      "integrity": "sha1-LcvSwofLwKVcxCMovQxzYVDVPj8=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "lodash.template": {
 | 
			
		||||
      "version": "4.5.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz",
 | 
			
		||||
      "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "lodash._reinterpolate": "^3.0.0",
 | 
			
		||||
        "lodash.templatesettings": "^4.0.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "lodash.templatesettings": {
 | 
			
		||||
      "version": "4.2.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz",
 | 
			
		||||
      "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "lodash._reinterpolate": "^3.0.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "make-iterator": {
 | 
			
		||||
      "version": "1.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -7886,8 +8043,7 @@
 | 
			
		|||
    "parse-node-version": {
 | 
			
		||||
      "version": "1.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz",
 | 
			
		||||
      "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA=="
 | 
			
		||||
    },
 | 
			
		||||
    "parse-passwd": {
 | 
			
		||||
      "version": "1.0.0",
 | 
			
		||||
| 
						 | 
				
			
			@ -8004,7 +8160,6 @@
 | 
			
		|||
      "version": "1.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz",
 | 
			
		||||
      "integrity": "sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "ansi-colors": "^1.0.1",
 | 
			
		||||
        "arr-diff": "^4.0.0",
 | 
			
		||||
| 
						 | 
				
			
			@ -8033,8 +8188,7 @@
 | 
			
		|||
    "process-nextick-args": {
 | 
			
		||||
      "version": "2.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
 | 
			
		||||
      "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
 | 
			
		||||
    },
 | 
			
		||||
    "public-encrypt": {
 | 
			
		||||
      "version": "4.0.3",
 | 
			
		||||
| 
						 | 
				
			
			@ -8158,7 +8312,6 @@
 | 
			
		|||
      "version": "2.3.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
 | 
			
		||||
      "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "core-util-is": "~1.0.0",
 | 
			
		||||
        "inherits": "~2.0.3",
 | 
			
		||||
| 
						 | 
				
			
			@ -8320,8 +8473,7 @@
 | 
			
		|||
    "safe-buffer": {
 | 
			
		||||
      "version": "5.1.2",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
 | 
			
		||||
      "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
 | 
			
		||||
    },
 | 
			
		||||
    "safe-regex": {
 | 
			
		||||
      "version": "1.1.0",
 | 
			
		||||
| 
						 | 
				
			
			@ -8694,7 +8846,6 @@
 | 
			
		|||
      "version": "1.1.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
 | 
			
		||||
      "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "safe-buffer": "~5.1.0"
 | 
			
		||||
      }
 | 
			
		||||
| 
						 | 
				
			
			@ -8743,6 +8894,14 @@
 | 
			
		|||
        "minimist": "^1.1.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "supports-color": {
 | 
			
		||||
      "version": "7.2.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
 | 
			
		||||
      "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "has-flag": "^4.0.0"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "sver-compat": {
 | 
			
		||||
      "version": "1.5.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/sver-compat/-/sver-compat-1.5.0.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -8791,8 +8950,7 @@
 | 
			
		|||
    "time-stamp": {
 | 
			
		||||
      "version": "1.1.0",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz",
 | 
			
		||||
      "integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM="
 | 
			
		||||
    },
 | 
			
		||||
    "timers-browserify": {
 | 
			
		||||
      "version": "1.4.2",
 | 
			
		||||
| 
						 | 
				
			
			@ -8898,6 +9056,11 @@
 | 
			
		|||
        }
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "tslib": {
 | 
			
		||||
      "version": "1.14.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
 | 
			
		||||
      "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg=="
 | 
			
		||||
    },
 | 
			
		||||
    "tty-browserify": {
 | 
			
		||||
      "version": "0.0.1",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz",
 | 
			
		||||
| 
						 | 
				
			
			@ -8917,9 +9080,9 @@
 | 
			
		|||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "typescript": {
 | 
			
		||||
      "version": "3.9.7",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
 | 
			
		||||
      "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw=="
 | 
			
		||||
      "version": "3.9.10",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz",
 | 
			
		||||
      "integrity": "sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q=="
 | 
			
		||||
    },
 | 
			
		||||
    "typescript-require": {
 | 
			
		||||
      "version": "0.3.0",
 | 
			
		||||
| 
						 | 
				
			
			@ -9096,8 +9259,7 @@
 | 
			
		|||
    "util-deprecate": {
 | 
			
		||||
      "version": "1.0.2",
 | 
			
		||||
      "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
 | 
			
		||||
      "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
 | 
			
		||||
      "dev": true
 | 
			
		||||
      "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
 | 
			
		||||
    },
 | 
			
		||||
    "v8flags": {
 | 
			
		||||
      "version": "3.2.0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4,7 +4,9 @@
 | 
			
		|||
  "description": "A game engine written in TypeScript",
 | 
			
		||||
  "main": "./dist/main.js",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "test": "echo \"Error: no test specified\" && exit 1"
 | 
			
		||||
    "test": "echo \"Error: no test specified\" && exit 1",
 | 
			
		||||
    "build": "gulp",
 | 
			
		||||
    "deploy": "gulp && firebase deploy"
 | 
			
		||||
  },
 | 
			
		||||
  "author": "Joe Weaver",
 | 
			
		||||
  "license": "ISC",
 | 
			
		||||
| 
						 | 
				
			
			@ -14,11 +16,12 @@
 | 
			
		|||
    "gulp": "^4.0.0",
 | 
			
		||||
    "gulp-typescript": "^6.0.0-alpha.1",
 | 
			
		||||
    "tsify": "^5.0.0",
 | 
			
		||||
    "typescript": "^3.9.7",
 | 
			
		||||
    "typescript": "^3.9.10",
 | 
			
		||||
    "vinyl-source-stream": "^2.0.0",
 | 
			
		||||
    "watchify": "^3.11.1"
 | 
			
		||||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "gulp-shell": "^0.8.0",
 | 
			
		||||
    "random-seed": "^0.3.0",
 | 
			
		||||
    "typescript-require": "^0.3.0"
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										73
									
								
								public/benchmark2.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,73 @@
 | 
			
		|||
<!DOCTYPE html>
 | 
			
		||||
<html>
 | 
			
		||||
  <head>
 | 
			
		||||
    <meta charset="UTF-8" />
 | 
			
		||||
    <title>Game</title>
 | 
			
		||||
    <style>
 | 
			
		||||
      #main {
 | 
			
		||||
        width: 100%;
 | 
			
		||||
        height: 100%;
 | 
			
		||||
        position: absolute;
 | 
			
		||||
        top: 0px;
 | 
			
		||||
        left: 0px;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      #game-window {
 | 
			
		||||
        position: relative;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      #game-canvas {
 | 
			
		||||
        width: 100%;
 | 
			
		||||
        height: 100%;
 | 
			
		||||
        position: absolute;
 | 
			
		||||
        top: 0px;
 | 
			
		||||
        left: 0px;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      #text-canvas {
 | 
			
		||||
        width: 100%;
 | 
			
		||||
        height: 100%;
 | 
			
		||||
        position: absolute;
 | 
			
		||||
        top: 0px;
 | 
			
		||||
        left: 0px;
 | 
			
		||||
        pointer-events: none;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      #debug-canvas {
 | 
			
		||||
        width: 100%;
 | 
			
		||||
        height: 100%;
 | 
			
		||||
        position: absolute;
 | 
			
		||||
        top: 0px;
 | 
			
		||||
        left: 0px;
 | 
			
		||||
        pointer-events: none;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      @font-face {
 | 
			
		||||
        font-family: 'NoPixel';
 | 
			
		||||
        src: url('shattered_sword_assets/fonts/NoPixel.ttf');
 | 
			
		||||
      }
 | 
			
		||||
    </style>
 | 
			
		||||
  </head>
 | 
			
		||||
  <body>
 | 
			
		||||
    <div id="main">
 | 
			
		||||
      <!-- The main window of the game. This contains the rendered game and any debug text -->
 | 
			
		||||
      <div id="game-window">
 | 
			
		||||
        <!-- This is the canvas where the actual game is rendered -->
 | 
			
		||||
        <canvas id="game-canvas"></canvas>
 | 
			
		||||
        <!-- This is the canvas where text is rendered in WebGL -->
 | 
			
		||||
        <canvas id="text-canvas" hidden></canvas>
 | 
			
		||||
        <!-- This is the canvas where the debug text and graphics are rendered -->
 | 
			
		||||
        <canvas id="debug-canvas"></canvas>
 | 
			
		||||
      </div>
 | 
			
		||||
 | 
			
		||||
      <!-- This contains stats about the game for development purposes, such as the average update time -->
 | 
			
		||||
      <div id="stats" hidden>
 | 
			
		||||
        <canvas id="stats-canvas"></canvas>
 | 
			
		||||
        <select name="Display" id="chart-option">
 | 
			
		||||
        </select>
 | 
			
		||||
        <div id="stats-display"></div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
    <script src="bundle.js"></script>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										77
									
								
								public/builtin/shaders/label.fshader
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,77 @@
 | 
			
		|||
precision mediump float;
 | 
			
		||||
 | 
			
		||||
uniform vec4 u_BackgroundColor;
 | 
			
		||||
uniform vec4 u_BorderColor;
 | 
			
		||||
uniform float u_BorderWidth;
 | 
			
		||||
uniform float u_BorderRadius;
 | 
			
		||||
uniform vec2 u_MaxSize;
 | 
			
		||||
 | 
			
		||||
varying vec4 v_Position;
 | 
			
		||||
 | 
			
		||||
void main(){
 | 
			
		||||
    vec2 adj_MaxSize = u_MaxSize - u_BorderWidth;
 | 
			
		||||
    vec2 rad_MaxSize = u_MaxSize - u_BorderRadius;
 | 
			
		||||
    vec2 rad2_MaxSize = u_MaxSize - 2.0*u_BorderRadius;
 | 
			
		||||
 | 
			
		||||
    bool inX = (v_Position.x < adj_MaxSize.x) && (v_Position.x > -adj_MaxSize.x);
 | 
			
		||||
    bool inY = (v_Position.y < adj_MaxSize.y) && (v_Position.y > -adj_MaxSize.y);
 | 
			
		||||
 | 
			
		||||
    bool inRadiusRangeX = (v_Position.x < rad_MaxSize.x) && (v_Position.x > -rad_MaxSize.x);
 | 
			
		||||
    bool inRadiusRangeY = (v_Position.y < rad_MaxSize.y) && (v_Position.y > -rad_MaxSize.y);
 | 
			
		||||
 | 
			
		||||
    bool inRadius2RangeX = (v_Position.x < rad2_MaxSize.x) && (v_Position.x > -rad2_MaxSize.x);
 | 
			
		||||
    bool inRadius2RangeY = (v_Position.y < rad2_MaxSize.y) && (v_Position.y > -rad2_MaxSize.y);
 | 
			
		||||
 | 
			
		||||
    if(inX && inY){
 | 
			
		||||
        // Inside bounds, draw background color
 | 
			
		||||
        gl_FragColor = u_BackgroundColor;
 | 
			
		||||
    } else {
 | 
			
		||||
        // In boundary, draw border color
 | 
			
		||||
        gl_FragColor = u_BorderColor;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // This isn't working well right now
 | 
			
		||||
    /*
 | 
			
		||||
    if(inRadius2RangeX || inRadius2RangeY){
 | 
			
		||||
        // Draw normally
 | 
			
		||||
        if(inX && inY){
 | 
			
		||||
            // Inside bounds, draw background color
 | 
			
		||||
            gl_FragColor = u_BackgroundColor;
 | 
			
		||||
        } else {
 | 
			
		||||
            // In boundary, draw border color
 | 
			
		||||
            gl_FragColor = u_BorderColor;
 | 
			
		||||
        }
 | 
			
		||||
    } else if(inRadiusRangeX || inRadiusRangeY){
 | 
			
		||||
        // Draw a rounded boundary for the inner part
 | 
			
		||||
        float x = v_Position.x - sign(v_Position.x)*rad2_MaxSize.x;
 | 
			
		||||
        float y = v_Position.y - sign(v_Position.y)*rad2_MaxSize.y;
 | 
			
		||||
 | 
			
		||||
        float radSq = x*x + y*y;
 | 
			
		||||
        float bRadSq = u_BorderRadius*u_BorderRadius;
 | 
			
		||||
 | 
			
		||||
        if(radSq > bRadSq){
 | 
			
		||||
            // Outside of radius - draw as transparent
 | 
			
		||||
            gl_FragColor = u_BorderColor;
 | 
			
		||||
        } else {
 | 
			
		||||
            gl_FragColor = u_BackgroundColor;
 | 
			
		||||
        }
 | 
			
		||||
    } else {
 | 
			
		||||
        // Both coordinates are in the circular section
 | 
			
		||||
        float x = v_Position.x - sign(v_Position.x)*rad_MaxSize.x;
 | 
			
		||||
        float y = v_Position.y - sign(v_Position.y)*rad_MaxSize.y;
 | 
			
		||||
 | 
			
		||||
        float radSq = x*x + y*y;
 | 
			
		||||
        float bRadSq = u_BorderRadius*u_BorderRadius;
 | 
			
		||||
 | 
			
		||||
        if(radSq > bRadSq){
 | 
			
		||||
            // Outside of radius - draw as transparent
 | 
			
		||||
            gl_FragColor = vec4(0.0, 0.0, 0.0, 0.0);
 | 
			
		||||
        } else if(sqrt(bRadSq) - sqrt(radSq) < u_BorderWidth) {
 | 
			
		||||
            // In border
 | 
			
		||||
            gl_FragColor = u_BorderColor;
 | 
			
		||||
        } else {
 | 
			
		||||
            gl_FragColor = u_BackgroundColor;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    */
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										12
									
								
								public/builtin/shaders/label.vshader
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,12 @@
 | 
			
		|||
attribute vec4 a_Position;
 | 
			
		||||
 | 
			
		||||
uniform mat4 u_Transform;
 | 
			
		||||
 | 
			
		||||
varying vec4 v_Position;
 | 
			
		||||
 | 
			
		||||
void main(){
 | 
			
		||||
    gl_Position = u_Transform * a_Position;
 | 
			
		||||
 | 
			
		||||
    // Pass position to the fragment shader
 | 
			
		||||
    v_Position = a_Position;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										7
									
								
								public/builtin/shaders/point.fshader
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,7 @@
 | 
			
		|||
precision mediump float;
 | 
			
		||||
 | 
			
		||||
uniform vec4 u_Color;
 | 
			
		||||
 | 
			
		||||
void main(){
 | 
			
		||||
	gl_FragColor = u_Color;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										8
									
								
								public/builtin/shaders/point.vshader
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,8 @@
 | 
			
		|||
attribute vec4 a_Position;
 | 
			
		||||
 | 
			
		||||
uniform float u_PointSize;
 | 
			
		||||
 | 
			
		||||
void main(){
 | 
			
		||||
	gl_Position = a_Position;
 | 
			
		||||
	gl_PointSize = u_PointSize;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										7
									
								
								public/builtin/shaders/rect.fshader
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,7 @@
 | 
			
		|||
precision mediump float;
 | 
			
		||||
 | 
			
		||||
uniform vec4 u_Color;
 | 
			
		||||
 | 
			
		||||
void main(){
 | 
			
		||||
	gl_FragColor = u_Color;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										7
									
								
								public/builtin/shaders/rect.vshader
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,7 @@
 | 
			
		|||
attribute vec4 a_Position;
 | 
			
		||||
 | 
			
		||||
uniform mat4 u_Transform;
 | 
			
		||||
 | 
			
		||||
void main(){
 | 
			
		||||
	gl_Position = u_Transform * a_Position;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										9
									
								
								public/builtin/shaders/sprite.fshader
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,9 @@
 | 
			
		|||
precision mediump float;
 | 
			
		||||
 | 
			
		||||
uniform sampler2D u_Sampler;
 | 
			
		||||
 | 
			
		||||
varying vec2 v_TexCoord;
 | 
			
		||||
 | 
			
		||||
void main(){
 | 
			
		||||
	gl_FragColor = texture2D(u_Sampler, v_TexCoord);
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										13
									
								
								public/builtin/shaders/sprite.vshader
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,13 @@
 | 
			
		|||
attribute vec4 a_Position;
 | 
			
		||||
attribute vec2 a_TexCoord;
 | 
			
		||||
 | 
			
		||||
uniform mat4 u_Transform;
 | 
			
		||||
uniform vec2 u_texShift;
 | 
			
		||||
uniform vec2 u_texScale;
 | 
			
		||||
 | 
			
		||||
varying vec2 v_TexCoord;
 | 
			
		||||
 | 
			
		||||
void main(){
 | 
			
		||||
	gl_Position = u_Transform * a_Position;
 | 
			
		||||
	v_TexCoord = a_TexCoord*u_texScale + u_texShift;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										12723
									
								
								public/bundle.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										15
									
								
								public/shattered_sword_assets/data/weaponData.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,15 @@
 | 
			
		|||
{
 | 
			
		||||
    "numWeapons": 1,
 | 
			
		||||
    "weapons": [
 | 
			
		||||
        {
 | 
			
		||||
            "weaponType": "slice",
 | 
			
		||||
            "name": "knife",
 | 
			
		||||
            "displayName": "Knife",
 | 
			
		||||
            "animationSprite": "slice",
 | 
			
		||||
            "spriteKey": "knife",
 | 
			
		||||
            "damage": 50,
 | 
			
		||||
            "cooldown": 3,
 | 
			
		||||
            "useVolume": 0
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								public/shattered_sword_assets/fonts/PixelSimple.ttf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								public/shattered_sword_assets/images/Logo.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 12 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								public/shattered_sword_assets/images/story1.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 592 B  | 
							
								
								
									
										
											BIN
										
									
								
								public/shattered_sword_assets/images/story2.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 710 B  | 
							
								
								
									
										
											BIN
										
									
								
								public/shattered_sword_assets/images/story3.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 990 B  | 
							
								
								
									
										
											BIN
										
									
								
								public/shattered_sword_assets/images/story4.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 1.1 KiB  | 
							
								
								
									
										150
									
								
								public/shattered_sword_assets/jsons/forest_template.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,150 @@
 | 
			
		|||
{
 | 
			
		||||
   "columns":34,
 | 
			
		||||
   "tileheight":16,
 | 
			
		||||
   "tilewidth":16,
 | 
			
		||||
   "tilecount":680,
 | 
			
		||||
   "firstgid":1,
 | 
			
		||||
   "imageheight":320,
 | 
			
		||||
   "imagewidth":544,
 | 
			
		||||
   "margin":0,
 | 
			
		||||
   "spacing":0,
 | 
			
		||||
   "name":"forest_tileset",
 | 
			
		||||
   "image":"shattered_sword_assets/tilemaps/forest_tileset.png",
 | 
			
		||||
   "entrance": {
 | 
			
		||||
      "width": 30,
 | 
			
		||||
      "height": 30,
 | 
			
		||||
      "bottomLayer": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 338, 373, 374, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 335, 404, 371, 372, 407, 408, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 322, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 390, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 321, 390, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 355, 390, 493, 494, 495, 496, 497, 498, 499, 500, 501, 468, 503, 504, 471, 506, 507, 508, 509, 510, 515, 516, 517, 518, 519, 452, 521, 522, 523, 524, 389, 356, 527, 528, 529, 530, 531, 532, 533, 534, 535, 468, 537, 538, 471, 540, 541, 542, 543, 544, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 389, 390, 459, 460, 461, 462, 531, 464, 465, 466, 467, 468, 469, 470, 505, 472, 473, 474, 475, 476, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 321, 322, 323, 494, 495, 496, 531, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 515, 516, 517, 518, 519, 452, 453, 522, 523, 524, 355, 356, 357, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 549, 550, 551, 552, 553, 452, 385, 556, 557, 558, 389, 390, 391, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 481, 584, 585, 586, 587, 418, 419, 590, 591, 592, 423, 424, 425, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 481, 618, 619, 620, 621, 452, 487, 488, 489, 626, 457, 458, 459, 630, 631, 632, 565, 568, 635, 636, 637, 638, 639, 606, 641, 642, 643, 644, 645, 612, 481, 652, 653, 654, 655, 486, 487, 488, 489, 660, 491, 492, 493, 664, 665, 666, 565, 568, 606, 670, 671, 672, 568, 606, 675, 574, 677, 678, 679, 612, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 599, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 612, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 633, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 633, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680],
 | 
			
		||||
      "topLayer": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 376, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 376, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 409, 410, 410, 410, 410, 410, 410, 410, 410, 411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 69, 70, 70, 70, 70, 70, 70, 70, 70, 71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 477, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 104, 104, 104, 104, 104, 104, 104, 104, 104, 104, 478, 478, 478, 478, 478, 478, 478, 478, 478, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 171, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
 | 
			
		||||
      "entrances": [
 | 
			
		||||
         {
 | 
			
		||||
            "x": 29,
 | 
			
		||||
            "y": 17,
 | 
			
		||||
            "width": 3,
 | 
			
		||||
            "alt_tile": [477, 479]
 | 
			
		||||
         }
 | 
			
		||||
      ]
 | 
			
		||||
   },
 | 
			
		||||
   "exit": {
 | 
			
		||||
      "width": 30,
 | 
			
		||||
      "height": 30,
 | 
			
		||||
      "bottomLayer": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 338, 373, 374, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 335, 404, 371, 372, 407, 408, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 322, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 390, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 321, 390, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 355, 390, 493, 494, 495, 496, 497, 498, 499, 500, 501, 468, 503, 504, 471, 506, 507, 508, 509, 510, 515, 516, 517, 518, 519, 452, 521, 522, 523, 524, 389, 356, 527, 528, 529, 530, 531, 532, 533, 534, 535, 468, 537, 538, 471, 540, 541, 542, 543, 544, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 389, 390, 459, 460, 461, 462, 531, 464, 465, 466, 467, 468, 469, 470, 505, 472, 473, 474, 475, 476, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 321, 322, 323, 494, 495, 496, 531, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 515, 516, 517, 518, 519, 452, 453, 522, 523, 524, 355, 356, 357, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 549, 550, 551, 552, 553, 452, 385, 556, 557, 558, 389, 390, 391, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 481, 584, 585, 586, 587, 418, 419, 590, 591, 592, 423, 424, 425, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 481, 618, 619, 620, 621, 452, 487, 488, 489, 626, 457, 458, 459, 630, 631, 632, 565, 568, 635, 636, 637, 638, 639, 606, 641, 642, 643, 644, 645, 612, 481, 652, 653, 654, 655, 486, 487, 488, 489, 660, 491, 492, 493, 664, 665, 666, 565, 568, 606, 670, 671, 672, 568, 606, 675, 574, 677, 678, 679, 612, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 599, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 612, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 633, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 633, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680],
 | 
			
		||||
      "topLayer": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 477, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 479, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 173, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
 | 
			
		||||
      "entrances": [
 | 
			
		||||
         {
 | 
			
		||||
            "x": 0,
 | 
			
		||||
            "y": 16,
 | 
			
		||||
            "width": 3,
 | 
			
		||||
            "alt_tile": [477, 479]
 | 
			
		||||
         }
 | 
			
		||||
      ]
 | 
			
		||||
   },
 | 
			
		||||
   "rooms": [
 | 
			
		||||
      {
 | 
			
		||||
         "width": 30,
 | 
			
		||||
         "height": 30,
 | 
			
		||||
         "weight": 2,
 | 
			
		||||
         "bottomLayer": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 338, 373, 374, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 335, 404, 371, 372, 407, 408, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 322, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 390, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 321, 390, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 355, 390, 493, 494, 495, 496, 497, 498, 499, 500, 501, 468, 503, 504, 471, 506, 507, 508, 509, 510, 515, 516, 517, 518, 519, 452, 521, 522, 523, 524, 389, 356, 527, 528, 529, 530, 531, 532, 533, 534, 535, 468, 537, 538, 471, 540, 541, 542, 543, 544, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 389, 390, 459, 460, 461, 462, 531, 464, 465, 466, 467, 468, 469, 470, 505, 472, 473, 474, 475, 476, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 321, 322, 323, 494, 495, 496, 531, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 515, 516, 517, 518, 519, 452, 453, 522, 523, 524, 355, 356, 357, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 549, 550, 551, 552, 553, 452, 385, 556, 557, 558, 389, 390, 391, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 481, 584, 585, 586, 587, 418, 419, 590, 591, 592, 423, 424, 425, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 481, 618, 619, 620, 621, 452, 487, 488, 489, 626, 457, 458, 459, 630, 631, 632, 565, 568, 635, 636, 637, 638, 639, 606, 641, 642, 643, 644, 645, 612, 481, 652, 653, 654, 655, 486, 487, 488, 489, 660, 491, 492, 493, 664, 665, 666, 565, 568, 606, 670, 671, 672, 568, 606, 675, 574, 677, 678, 679, 612, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 599, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 612, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 633, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 633, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680],
 | 
			
		||||
         "topLayer": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 376, 376, 376, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 409, 410, 411, 0, 0, 0, 0, 375, 376, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 103, 104, 105, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 648, 0, 0, 0, 0, 0, 137, 138, 139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 647, 0, 0, 478, 478, 478, 478, 478, 478, 479, 0, 0, 137, 138, 138, 478, 478, 478, 478, 478, 478, 478, 478, 478, 479, 0, 477, 478, 478, 478, 478, 478, 478, 138, 138, 138, 138, 138, 138, 139, 0, 0, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 0, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 0, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 0, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 138, 138, 172, 172, 172, 172, 172, 172, 173, 0, 0, 171, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 173, 0, 171, 172, 172, 172, 172, 172, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
 | 
			
		||||
         "entrances": [
 | 
			
		||||
            {
 | 
			
		||||
               "x": 0,
 | 
			
		||||
               "y": 16,
 | 
			
		||||
               "width": 3,
 | 
			
		||||
               "alt_tile": [477, 479]
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "x": 29,
 | 
			
		||||
               "y": 16,
 | 
			
		||||
               "width": 3,
 | 
			
		||||
               "alt_tile": [477, 479]
 | 
			
		||||
            }
 | 
			
		||||
         ]
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
         "width": 30,
 | 
			
		||||
         "height": 30,
 | 
			
		||||
         "weight": 2,
 | 
			
		||||
         "bottomLayer": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 338, 373, 374, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 335, 404, 371, 372, 407, 408, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 322, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 390, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 321, 390, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 355, 390, 493, 494, 495, 496, 497, 498, 499, 500, 501, 468, 503, 504, 471, 506, 507, 508, 509, 510, 515, 516, 517, 518, 519, 452, 521, 522, 523, 524, 389, 356, 527, 528, 529, 530, 531, 532, 533, 534, 535, 468, 537, 538, 471, 540, 541, 542, 543, 544, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 389, 390, 459, 460, 461, 462, 531, 464, 465, 466, 467, 468, 469, 470, 505, 472, 473, 474, 475, 476, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 321, 322, 323, 494, 495, 496, 531, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 515, 516, 517, 518, 519, 452, 453, 522, 523, 524, 355, 356, 357, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 549, 550, 551, 552, 553, 452, 385, 556, 557, 558, 389, 390, 391, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 481, 584, 585, 586, 587, 418, 419, 590, 591, 592, 423, 424, 425, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 481, 618, 619, 620, 621, 452, 487, 488, 489, 626, 457, 458, 459, 630, 631, 632, 565, 568, 635, 636, 637, 638, 639, 606, 641, 642, 643, 644, 645, 612, 481, 652, 653, 654, 655, 486, 487, 488, 489, 660, 491, 492, 493, 664, 665, 666, 565, 568, 606, 670, 671, 672, 568, 606, 675, 574, 677, 678, 679, 612, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 599, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 612, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 633, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 633, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680],
 | 
			
		||||
         "topLayer": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 376, 376, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 376, 376, 376, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 376, 376, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 409, 410, 411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 376, 377, 0, 0, 0, 0, 0, 0, 0, 0, 409, 410, 70, 70, 71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 103, 104, 104, 104, 104, 478, 478, 478, 478, 479, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 478, 478, 478, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 409, 410, 410, 410, 410, 411, 0, 0, 0, 0, 0, 477, 478, 478, 478, 478, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 69, 70, 70, 70, 70, 71, 0, 477, 478, 478, 478, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 103, 104, 104, 104, 104, 105, 0, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 138, 138, 138, 138, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 173, 0, 171, 172, 172, 172, 172, 173, 0, 171, 172, 172, 172, 172, 172, 172, 172, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
 | 
			
		||||
         "entrances": [
 | 
			
		||||
            {
 | 
			
		||||
               "x": 0,
 | 
			
		||||
               "y": 16,
 | 
			
		||||
               "width": 3,
 | 
			
		||||
               "alt_tile": [477, 479]
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "x": 29,
 | 
			
		||||
               "y": 16,
 | 
			
		||||
               "width": 3,
 | 
			
		||||
               "alt_tile": [477, 479]
 | 
			
		||||
            }
 | 
			
		||||
         ]
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
         "width": 30,
 | 
			
		||||
         "height": 30,
 | 
			
		||||
         "weight": 2,
 | 
			
		||||
         "bottomLayer": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 338, 373, 374, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 335, 404, 371, 372, 407, 408, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 322, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 390, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 321, 390, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 355, 390, 493, 494, 495, 496, 497, 498, 499, 500, 501, 468, 503, 504, 471, 506, 507, 508, 509, 510, 515, 516, 517, 518, 519, 452, 521, 522, 523, 524, 389, 356, 527, 528, 529, 530, 531, 532, 533, 534, 535, 468, 537, 538, 471, 540, 541, 542, 543, 544, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 389, 390, 459, 460, 461, 462, 531, 464, 465, 466, 467, 468, 469, 470, 505, 472, 473, 474, 475, 476, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 321, 322, 323, 494, 495, 496, 531, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 515, 516, 517, 518, 519, 452, 453, 522, 523, 524, 355, 356, 357, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 549, 550, 551, 552, 553, 452, 385, 556, 557, 558, 389, 390, 391, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 481, 584, 585, 586, 587, 418, 419, 590, 591, 592, 423, 424, 425, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 481, 618, 619, 620, 621, 452, 487, 488, 489, 626, 457, 458, 459, 630, 631, 632, 565, 568, 635, 636, 637, 638, 639, 606, 641, 642, 643, 644, 645, 612, 481, 652, 653, 654, 655, 486, 487, 488, 489, 660, 491, 492, 493, 664, 665, 666, 565, 568, 606, 670, 671, 672, 568, 606, 675, 574, 677, 678, 679, 612, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 599, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 612, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 633, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 633, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680],
 | 
			
		||||
         "topLayer": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 443, 444, 445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 443, 444, 444, 445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 443, 444, 445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 307, 308, 308, 308, 308, 308, 308, 309, 0, 0, 0, 0, 307, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 307, 309, 0, 0, 0, 0, 0, 0, 307, 308, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 649, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 477, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 0, 0, 0, 477, 478, 478, 478, 478, 478, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 478, 478, 478, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
 | 
			
		||||
         "entrances": [
 | 
			
		||||
            {
 | 
			
		||||
               "x": 0,
 | 
			
		||||
               "y": 16,
 | 
			
		||||
               "width": 3,
 | 
			
		||||
               "alt_tile": [477, 479]
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "x": 29,
 | 
			
		||||
               "y": 14,
 | 
			
		||||
               "width": 3,
 | 
			
		||||
               "alt_tile": [477, 479]
 | 
			
		||||
            }
 | 
			
		||||
         ]
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
         "width": 30,
 | 
			
		||||
         "height": 30,
 | 
			
		||||
         "weight": 2,
 | 
			
		||||
         "bottomLayer": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 338, 373, 374, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 335, 404, 371, 372, 407, 408, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 322, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 390, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 321, 390, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 355, 390, 493, 494, 495, 496, 497, 498, 499, 500, 501, 468, 503, 504, 471, 506, 507, 508, 509, 510, 515, 516, 517, 518, 519, 452, 521, 522, 523, 524, 389, 356, 527, 528, 529, 530, 531, 532, 533, 534, 535, 468, 537, 538, 471, 540, 541, 542, 543, 544, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 389, 390, 459, 460, 461, 462, 531, 464, 465, 466, 467, 468, 469, 470, 505, 472, 473, 474, 475, 476, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 321, 322, 323, 494, 495, 496, 531, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 515, 516, 517, 518, 519, 452, 453, 522, 523, 524, 355, 356, 357, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 549, 550, 551, 552, 553, 452, 385, 556, 557, 558, 389, 390, 391, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 481, 584, 585, 586, 587, 418, 419, 590, 591, 592, 423, 424, 425, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 481, 618, 619, 620, 621, 452, 487, 488, 489, 626, 457, 458, 459, 630, 631, 632, 565, 568, 635, 636, 637, 638, 639, 606, 641, 642, 643, 644, 645, 612, 481, 652, 653, 654, 655, 486, 487, 488, 489, 660, 491, 492, 493, 664, 665, 666, 565, 568, 606, 670, 671, 672, 568, 606, 675, 574, 677, 678, 679, 612, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 599, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 612, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 633, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 633, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680],
 | 
			
		||||
         "topLayer": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 376, 376, 376, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 376, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 376, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 376, 376, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 409, 410, 410, 410, 410, 410, 410, 410, 411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 69, 70, 70, 70, 70, 70, 70, 70, 71, 0, 0, 0, 649, 0, 0, 409, 410, 411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 376, 376, 342, 342, 342, 342, 342, 342, 342, 70, 70, 410, 410, 410, 410, 410, 410, 70, 70, 71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 69, 70, 70, 342, 342, 342, 342, 342, 342, 342, 343, 0, 0, 0, 0, 0, 0, 0, 443, 445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 341, 342, 343, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 477, 478, 478, 0, 0, 0, 0, 0, 0, 0, 0, 443, 444, 445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 138, 138, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 477, 478, 478, 478, 478, 478, 138, 138, 138, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 478, 479, 0, 0, 0, 0, 0, 477, 478, 478, 138, 138, 138, 138, 138, 138, 138, 138, 138, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 444, 444, 444, 444, 444, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
 | 
			
		||||
         "entrances": [
 | 
			
		||||
            {
 | 
			
		||||
               "x": 0,
 | 
			
		||||
               "y": 16,
 | 
			
		||||
               "width": 3,
 | 
			
		||||
               "alt_tile": [477, 479]
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "x": 29,
 | 
			
		||||
               "y": 13,
 | 
			
		||||
               "width": 3,
 | 
			
		||||
               "alt_tile": [477, 479]
 | 
			
		||||
            }
 | 
			
		||||
         ]
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
         "width": 30,
 | 
			
		||||
         "height": 30,
 | 
			
		||||
         "weight": 2,
 | 
			
		||||
         "bottomLayer": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 338, 373, 374, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 335, 404, 371, 372, 407, 408, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 322, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 390, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 321, 390, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 355, 390, 493, 494, 495, 496, 497, 498, 499, 500, 501, 468, 503, 504, 471, 506, 507, 508, 509, 510, 515, 516, 517, 518, 519, 452, 521, 522, 523, 524, 389, 356, 527, 528, 529, 530, 531, 532, 533, 534, 535, 468, 537, 538, 471, 540, 541, 542, 543, 544, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 389, 390, 459, 460, 461, 462, 531, 464, 465, 466, 467, 468, 469, 470, 505, 472, 473, 474, 475, 476, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 321, 322, 323, 494, 495, 496, 531, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 515, 516, 517, 518, 519, 452, 453, 522, 523, 524, 355, 356, 357, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 549, 550, 551, 552, 553, 452, 385, 556, 557, 558, 389, 390, 391, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 481, 584, 585, 586, 587, 418, 419, 590, 591, 592, 423, 424, 425, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 481, 618, 619, 620, 621, 452, 487, 488, 489, 626, 457, 458, 459, 630, 631, 632, 565, 568, 635, 636, 637, 638, 639, 606, 641, 642, 643, 644, 645, 612, 481, 652, 653, 654, 655, 486, 487, 488, 489, 660, 491, 492, 493, 664, 665, 666, 565, 568, 606, 670, 671, 672, 568, 606, 675, 574, 677, 678, 679, 612, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 599, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 612, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 633, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 633, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680],
 | 
			
		||||
         "topLayer": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 375, 376, 376, 376, 376, 377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 307, 308, 308, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 650, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 477, 478, 478, 479, 0, 477, 478, 478, 478, 478, 479, 0, 0, 0, 0, 0, 0, 307, 309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 137, 138, 138, 138, 0, 137, 138, 138, 138, 138, 138, 478, 478, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 477, 478, 478, 478, 478, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 138, 138, 138, 0, 0, 0, 0, 0, 0, 0, 0, 477, 478, 478, 478, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 138, 138, 138, 478, 478, 478, 478, 478, 478, 478, 478, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 138, 139, 0, 137, 138, 138, 138, 138, 138, 138, 138, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 172, 138, 138, 138, 173, 0, 171, 138, 138, 138, 138, 172, 172, 172, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
 | 
			
		||||
         "entrances": [
 | 
			
		||||
            {
 | 
			
		||||
               "x": 0,
 | 
			
		||||
               "y": 17,
 | 
			
		||||
               "width": 3,
 | 
			
		||||
               "alt_tile": [477, 479]
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "x": 29,
 | 
			
		||||
               "y": 14,
 | 
			
		||||
               "width": 3,
 | 
			
		||||
               "alt_tile": [477, 479]
 | 
			
		||||
            }
 | 
			
		||||
         ]
 | 
			
		||||
      }
 | 
			
		||||
   ],
 | 
			
		||||
   "background": 0,
 | 
			
		||||
   "minroom": 10
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										3
									
								
								public/shattered_sword_assets/jsons/sampleconfig.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
{
 | 
			
		||||
    "volume": 50
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										4
									
								
								public/shattered_sword_assets/jsons/samplesave.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,4 @@
 | 
			
		|||
{
 | 
			
		||||
    "name": "Hiro",
 | 
			
		||||
    "level": 1
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										169
									
								
								public/shattered_sword_assets/jsons/samplestory.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,169 @@
 | 
			
		|||
{
 | 
			
		||||
    "bgm": [
 | 
			
		||||
        {
 | 
			
		||||
            "key": "test",
 | 
			
		||||
            "path": "shattered_sword_assets/sounds/test.mp3"
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "texts": [
 | 
			
		||||
        {
 | 
			
		||||
            "speaker": "",
 | 
			
		||||
            "content": "There's a the legendary royal greatsword that is the only weapon powerful enough to slay the monster",
 | 
			
		||||
            "actions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "loadSprite",
 | 
			
		||||
                    "key": "sword",
 | 
			
		||||
                    "path": "shattered_sword_assets/images/story1.png",
 | 
			
		||||
                    "positon": [
 | 
			
		||||
                        600,
 | 
			
		||||
                        250
 | 
			
		||||
                    ],
 | 
			
		||||
                    "scale": [
 | 
			
		||||
                        8,
 | 
			
		||||
                        8
 | 
			
		||||
                    ]
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "speaker": "",
 | 
			
		||||
            "content": "But the monster shatter it into 6 pieces",
 | 
			
		||||
            "actions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "hideSprite",
 | 
			
		||||
                    "key": "sword"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "loadSprite",
 | 
			
		||||
                    "key": "sword_shattered",
 | 
			
		||||
                    "path": "shattered_sword_assets/images/story2.png",
 | 
			
		||||
                    "positon": [
 | 
			
		||||
                        600,
 | 
			
		||||
                        250
 | 
			
		||||
                    ],
 | 
			
		||||
                    "scale": [
 | 
			
		||||
                        8,
 | 
			
		||||
                        8
 | 
			
		||||
                    ]
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "speaker": "",
 | 
			
		||||
            "content": "Hiro is the only prince from the kingdom",
 | 
			
		||||
            "actions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "hideSprite",
 | 
			
		||||
                    "key": "sword_shattered"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "loadSprite",
 | 
			
		||||
                    "key": "hiro_appear",
 | 
			
		||||
                    "path": "shattered_sword_assets/images/story3.png",
 | 
			
		||||
                    "positon": [
 | 
			
		||||
                        630,
 | 
			
		||||
                        300
 | 
			
		||||
                    ],
 | 
			
		||||
                    "scale": [
 | 
			
		||||
                        7,
 | 
			
		||||
                        7
 | 
			
		||||
                    ]
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "speaker": "Hiro",
 | 
			
		||||
            "content": "To bring prosperity back to the kingdom...",
 | 
			
		||||
            "actions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "hideSprite",
 | 
			
		||||
                    "key": "hiro_appear"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "loadSprite",
 | 
			
		||||
                    "key": "hiro_sword",
 | 
			
		||||
                    "path": "shattered_sword_assets/images/story4.png",
 | 
			
		||||
                    "positon": [
 | 
			
		||||
                        630,
 | 
			
		||||
                        300
 | 
			
		||||
                    ],
 | 
			
		||||
                    "scale": [
 | 
			
		||||
                        7,
 | 
			
		||||
                        7
 | 
			
		||||
                    ]
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "speaker": "Hiro",
 | 
			
		||||
            "content": "I should go on the journey to collect the pieces of the sword... and kill the monster!",
 | 
			
		||||
            "actions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "showSprite",
 | 
			
		||||
                    "key": "hiro_sword"
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "speaker": "",
 | 
			
		||||
            "content": "",
 | 
			
		||||
            "actions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "hideSprite",
 | 
			
		||||
                    "key": "hiro_sword"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "loadSprite",
 | 
			
		||||
                    "key": "hiro",
 | 
			
		||||
                    "path": "shattered_sword_assets/images/Logo.png",
 | 
			
		||||
                    "positon": [
 | 
			
		||||
                        650,
 | 
			
		||||
                        300
 | 
			
		||||
                    ],
 | 
			
		||||
                    "scale": [
 | 
			
		||||
                        1,
 | 
			
		||||
                        1
 | 
			
		||||
                    ]
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "speaker": "world",
 | 
			
		||||
            "content": "Hello Hiro!",
 | 
			
		||||
            "actions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "moveSprite",
 | 
			
		||||
                    "key": "hiro",
 | 
			
		||||
                    "positon": [
 | 
			
		||||
                        100,
 | 
			
		||||
                        100
 | 
			
		||||
                    ],
 | 
			
		||||
                    "scale": [
 | 
			
		||||
                        2,
 | 
			
		||||
                        2
 | 
			
		||||
                    ]
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "speaker": "",
 | 
			
		||||
            "content": "this should hide the image",
 | 
			
		||||
            "actions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "hideSprite",
 | 
			
		||||
                    "key": "hiro"
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "speaker": "",
 | 
			
		||||
            "content": "this should show it again",
 | 
			
		||||
            "actions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "showSprite",
 | 
			
		||||
                    "key": "hiro"
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										141
									
								
								public/shattered_sword_assets/jsons/story.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,141 @@
 | 
			
		|||
{
 | 
			
		||||
    "bgm": [
 | 
			
		||||
        {
 | 
			
		||||
            "key": "test",
 | 
			
		||||
            "path": "shattered_sword_assets/sounds/test.mp3"
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "texts": [
 | 
			
		||||
        {
 | 
			
		||||
            "speaker": "",
 | 
			
		||||
            "content": "There's a the legendary royal greatsword that is the only weapon powerful enough to slay the monster",
 | 
			
		||||
            "actions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "loadSprite",
 | 
			
		||||
                    "key": "sword",
 | 
			
		||||
                    "path": "shattered_sword_assets/images/story1.png",
 | 
			
		||||
                    "positon": [
 | 
			
		||||
                        600,
 | 
			
		||||
                        250
 | 
			
		||||
                    ],
 | 
			
		||||
                    "scale": [
 | 
			
		||||
                        8,
 | 
			
		||||
                        8
 | 
			
		||||
                    ]
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "speaker": "",
 | 
			
		||||
            "content": "But the monster shatter it into 6 pieces",
 | 
			
		||||
            "actions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "hideSprite",
 | 
			
		||||
                    "key": "sword"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "loadSprite",
 | 
			
		||||
                    "key": "sword_shattered",
 | 
			
		||||
                    "path": "shattered_sword_assets/images/story2.png",
 | 
			
		||||
                    "positon": [
 | 
			
		||||
                        600,
 | 
			
		||||
                        250
 | 
			
		||||
                    ],
 | 
			
		||||
                    "scale": [
 | 
			
		||||
                        8,
 | 
			
		||||
                        8
 | 
			
		||||
                    ]
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "speaker": "",
 | 
			
		||||
            "content": "Hiro is the only prince from the kingdom",
 | 
			
		||||
            "actions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "hideSprite",
 | 
			
		||||
                    "key": "sword_shattered"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "loadSprite",
 | 
			
		||||
                    "key": "hiro_appear",
 | 
			
		||||
                    "path": "shattered_sword_assets/images/story3.png",
 | 
			
		||||
                    "positon": [
 | 
			
		||||
                        630,
 | 
			
		||||
                        300
 | 
			
		||||
                    ],
 | 
			
		||||
                    "scale": [
 | 
			
		||||
                        7,
 | 
			
		||||
                        7
 | 
			
		||||
                    ]
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "speaker": "Hiro",
 | 
			
		||||
            "content": "To bring prosperity back to the kingdom...",
 | 
			
		||||
            "actions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "hideSprite",
 | 
			
		||||
                    "key": "hiro_appear"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "loadSprite",
 | 
			
		||||
                    "key": "hiro_sword",
 | 
			
		||||
                    "path": "shattered_sword_assets/images/story4.png",
 | 
			
		||||
                    "positon": [
 | 
			
		||||
                        630,
 | 
			
		||||
                        300
 | 
			
		||||
                    ],
 | 
			
		||||
                    "scale": [
 | 
			
		||||
                        7,
 | 
			
		||||
                        7
 | 
			
		||||
                    ]
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "speaker": "Hiro",
 | 
			
		||||
            "content": "I should go on the journey to collect the pieces of the sword... and kill the monster!",
 | 
			
		||||
            "actions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "showSprite",
 | 
			
		||||
                    "key": "hiro_sword"
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "speaker": "",
 | 
			
		||||
            "content": "",
 | 
			
		||||
            "actions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "hideSprite",
 | 
			
		||||
                    "key": "hiro_sword"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "loadSprite",
 | 
			
		||||
                    "key": "logo",
 | 
			
		||||
                    "path": "shattered_sword_assets/images/Logo.png",
 | 
			
		||||
                    "positon": [
 | 
			
		||||
                        650,
 | 
			
		||||
                        300
 | 
			
		||||
                    ],
 | 
			
		||||
                    "scale": [
 | 
			
		||||
                        1,
 | 
			
		||||
                        1
 | 
			
		||||
                    ]
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "speaker": "",
 | 
			
		||||
            "content": "",
 | 
			
		||||
            "actions": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "hideSprite",
 | 
			
		||||
                    "key": "logo"
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								public/shattered_sword_assets/sounds/test.mp3
									
									
									
									
									
										Normal file
									
								
							
							
						
						
							
								
								
									
										
											BIN
										
									
								
								public/shattered_sword_assets/sprites/inventory.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 203 B  | 
							
								
								
									
										
											BIN
										
									
								
								public/shattered_sword_assets/sprites/knife.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 211 B  | 
							
								
								
									
										248
									
								
								public/shattered_sword_assets/spritesheets/Hiro.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,248 @@
 | 
			
		|||
{
 | 
			
		||||
	"name" : "Hiro",
 | 
			
		||||
	"spriteSheetImage": "Hiro.png",
 | 
			
		||||
	"spriteWidth": 64,
 | 
			
		||||
	"spriteHeight": 64,
 | 
			
		||||
	"columns": 7,
 | 
			
		||||
	"rows": 7,
 | 
			
		||||
	"durationType": "time",
 | 
			
		||||
	"animations": [		
 | 
			
		||||
		{
 | 
			
		||||
			"name": "IDLE",
 | 
			
		||||
			"repeat": true,
 | 
			
		||||
			"frames": [
 | 
			
		||||
				{
 | 
			
		||||
					"index": 0,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 1,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				}
 | 
			
		||||
			]
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"name": "WALK",
 | 
			
		||||
			"repeat": true,
 | 
			
		||||
			"frames": [
 | 
			
		||||
				{
 | 
			
		||||
					"index": 4,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 5,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 6,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 7,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 8,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 9,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 10,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 11,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				}
 | 
			
		||||
			]
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"name": "FALL",
 | 
			
		||||
			"repeat": true,
 | 
			
		||||
			"frames": [
 | 
			
		||||
				{
 | 
			
		||||
					"index": 0,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 1,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				}
 | 
			
		||||
 | 
			
		||||
			]
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"name": "JUMP",
 | 
			
		||||
			"repeat": false,
 | 
			
		||||
			"frames": [
 | 
			
		||||
				{
 | 
			
		||||
					"index": 30,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 31,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 32,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				}
 | 
			
		||||
			]
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"name": "JUMP_RIGHT",
 | 
			
		||||
			"repeat": false,
 | 
			
		||||
			"frames": [
 | 
			
		||||
				{
 | 
			
		||||
					"index": 20,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 21,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 22,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 23,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 24,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				}
 | 
			
		||||
			]
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"name": "JUMP_LEFT",
 | 
			
		||||
			"repeat": false,
 | 
			
		||||
			"frames": [
 | 
			
		||||
				{
 | 
			
		||||
					"index": 25,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 26,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 27,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 28,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 29,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				}
 | 
			
		||||
			]
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"name": "ATTACK",
 | 
			
		||||
			"repeat": false,
 | 
			
		||||
			"frames": [
 | 
			
		||||
				{
 | 
			
		||||
					"index": 33,
 | 
			
		||||
					"duration": 250
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 34,
 | 
			
		||||
					"duration": 400
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 35,
 | 
			
		||||
					"duration": 250
 | 
			
		||||
				}
 | 
			
		||||
			]
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"name": "ATTACK_RIGHT",
 | 
			
		||||
			"repeat": false,
 | 
			
		||||
			"frames": [
 | 
			
		||||
				{
 | 
			
		||||
					"index": 33,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 34,
 | 
			
		||||
					"duration": 100
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 35,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				}
 | 
			
		||||
			]
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"name": "ATTACK_LEFT",
 | 
			
		||||
			"repeat": false,
 | 
			
		||||
			"frames": [
 | 
			
		||||
				{
 | 
			
		||||
					"index": 36,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 37,
 | 
			
		||||
					"duration": 100
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 38,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				}
 | 
			
		||||
			]
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"name": "HURT",
 | 
			
		||||
			"repeat": true,
 | 
			
		||||
			"frames": [
 | 
			
		||||
				{
 | 
			
		||||
					"index": 0,
 | 
			
		||||
					"duration": 50
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 39,
 | 
			
		||||
					"duration": 50
 | 
			
		||||
				}
 | 
			
		||||
			]
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"name": "DYING",
 | 
			
		||||
			"repeat": false,
 | 
			
		||||
			"frames": [
 | 
			
		||||
				{
 | 
			
		||||
					"index": 0,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 40,
 | 
			
		||||
					"duration": 100
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 41,
 | 
			
		||||
					"duration": 100
 | 
			
		||||
				},
 | 
			
		||||
				{
 | 
			
		||||
					"index": 42,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				}
 | 
			
		||||
			]
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"name": "DEAD",
 | 
			
		||||
			"repeat": true,
 | 
			
		||||
			"frames": [
 | 
			
		||||
				{
 | 
			
		||||
					"index": 43,
 | 
			
		||||
					"duration": 150
 | 
			
		||||
				}
 | 
			
		||||
			]
 | 
			
		||||
		}
 | 
			
		||||
	]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								public/shattered_sword_assets/spritesheets/Hiro.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 18 KiB  | 
							
								
								
									
										27
									
								
								public/shattered_sword_assets/spritesheets/Hiro1.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,27 @@
 | 
			
		|||
{
 | 
			
		||||
    "name": "Hiro",
 | 
			
		||||
    "spriteSheetImage": "Hiro.png",
 | 
			
		||||
    "spriteWidth": 32,
 | 
			
		||||
    "spriteHeight": 32,
 | 
			
		||||
    "columns": 1,
 | 
			
		||||
    "rows": 1,
 | 
			
		||||
    "durationType": "time",
 | 
			
		||||
    "animations": [
 | 
			
		||||
        { 
 | 
			
		||||
            "name": "IDLE",
 | 
			
		||||
            "frames": [ {"index": 0, "duration": 540} ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "JUMP",
 | 
			
		||||
            "frames":[ {"index": 0, "duration": 32}]
 | 
			
		||||
        },
 | 
			
		||||
        { 
 | 
			
		||||
            "name": "WALK",
 | 
			
		||||
            "frames": [ {"index": 0, "duration": 540} ]
 | 
			
		||||
        },
 | 
			
		||||
        { 
 | 
			
		||||
            "name": "FALL",
 | 
			
		||||
            "frames": [ {"index": 0, "duration": 540} ]
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								public/shattered_sword_assets/spritesheets/Hiro1.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 819 B  | 
							
								
								
									
										144
									
								
								public/shattered_sword_assets/spritesheets/Snake.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,144 @@
 | 
			
		|||
{
 | 
			
		||||
   "name" : "Snake",
 | 
			
		||||
   "spriteSheetImage": "Snake.png",
 | 
			
		||||
   "spriteWidth": 160,
 | 
			
		||||
   "spriteHeight": 128,
 | 
			
		||||
   "columns": 5,
 | 
			
		||||
   "rows": 4,
 | 
			
		||||
   "durationType": "time",
 | 
			
		||||
   "animations": [
 | 
			
		||||
      {
 | 
			
		||||
         "name": "IDLE",
 | 
			
		||||
         "repeat": true,
 | 
			
		||||
         "frames": [
 | 
			
		||||
            {
 | 
			
		||||
               "index": 0,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 1,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 2,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 3,
 | 
			
		||||
               "duration": 100
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 4,
 | 
			
		||||
               "duration": 100
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 3,
 | 
			
		||||
               "duration": 100
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 4,
 | 
			
		||||
               "duration": 100
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 3,
 | 
			
		||||
               "duration": 100
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 2,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 1,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            }
 | 
			
		||||
         ]
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
         "name": "ATTACK",
 | 
			
		||||
         "repeat": true,
 | 
			
		||||
         "frames": [
 | 
			
		||||
            {
 | 
			
		||||
               "index": 0,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 5,
 | 
			
		||||
               "duration": 100
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 6,
 | 
			
		||||
               "duration": 100
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 7,
 | 
			
		||||
               "duration": 100
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 8,
 | 
			
		||||
               "duration": 100
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 9,
 | 
			
		||||
               "duration": 100
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 10,
 | 
			
		||||
               "duration": 100
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 11,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
         ]
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
         "name": "DYING",
 | 
			
		||||
         "repeat": false,
 | 
			
		||||
         "frames": [
 | 
			
		||||
            {
 | 
			
		||||
               "index": 0,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 12,
 | 
			
		||||
               "duration": 100
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 13,
 | 
			
		||||
               "duration": 100
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 14,
 | 
			
		||||
               "duration": 100
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 15,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 16,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 17,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 18,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            }
 | 
			
		||||
         ]
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
         "name": "DEAD",
 | 
			
		||||
         "repeat": true,
 | 
			
		||||
         "frames": [
 | 
			
		||||
            {
 | 
			
		||||
               "index": 18,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            }
 | 
			
		||||
         ]
 | 
			
		||||
      }
 | 
			
		||||
   ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								public/shattered_sword_assets/spritesheets/Snake.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 1.5 KiB  | 
							
								
								
									
										66
									
								
								public/shattered_sword_assets/spritesheets/Tiger.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,66 @@
 | 
			
		|||
{
 | 
			
		||||
   "name" : "Tiger",
 | 
			
		||||
   "spriteSheetImage": "Tiger.png",
 | 
			
		||||
   "spriteWidth": 192,
 | 
			
		||||
   "spriteHeight": 192,
 | 
			
		||||
   "columns": 3,
 | 
			
		||||
   "rows": 3,
 | 
			
		||||
   "durationType": "time",
 | 
			
		||||
   "animations": [
 | 
			
		||||
      {
 | 
			
		||||
         "name": "IDLE",
 | 
			
		||||
         "repeat": true,
 | 
			
		||||
         "frames": [
 | 
			
		||||
            {
 | 
			
		||||
               "index": 0,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
         ]
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
         "name": "WALK_RIGHT",
 | 
			
		||||
         "repeat": true,
 | 
			
		||||
         "frames": [
 | 
			
		||||
            {
 | 
			
		||||
               "index": 1,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 2,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 3,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 4,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            }
 | 
			
		||||
         ]
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
         "name": "WALK_LEFT",
 | 
			
		||||
         "repeat": true,
 | 
			
		||||
         "frames": [
 | 
			
		||||
            {
 | 
			
		||||
               "index": 5,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 6,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 7,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            },
 | 
			
		||||
            {
 | 
			
		||||
               "index": 8,
 | 
			
		||||
               "duration": 150
 | 
			
		||||
            }
 | 
			
		||||
         ]
 | 
			
		||||
      }
 | 
			
		||||
   ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								public/shattered_sword_assets/spritesheets/Tiger.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 5.8 KiB  | 
							
								
								
									
										19
									
								
								public/shattered_sword_assets/spritesheets/slice.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
{
 | 
			
		||||
    "name": "slice",
 | 
			
		||||
    "spriteSheetImage": "slice.png",
 | 
			
		||||
    "spriteWidth": 16,
 | 
			
		||||
    "spriteHeight": 16,
 | 
			
		||||
    "columns": 4,
 | 
			
		||||
    "rows": 1,
 | 
			
		||||
    "durationType": "time",
 | 
			
		||||
    "animations": [
 | 
			
		||||
        { 
 | 
			
		||||
            "name": "NORMAL",
 | 
			
		||||
            "frames": [ {"index": 0, "duration": 1} ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "SLICE",
 | 
			
		||||
            "frames": [ {"index": 1, "duration": 2}, {"index": 2, "duration": 4}, {"index": 3, "duration": 2} ]
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								public/shattered_sword_assets/spritesheets/slice.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 208 B  | 
							
								
								
									
										33
									
								
								public/shattered_sword_assets/spritesheets/test_dummy.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,33 @@
 | 
			
		|||
{
 | 
			
		||||
    "name": "test_dummy",
 | 
			
		||||
    "spriteSheetImage": "test_dummy.png",
 | 
			
		||||
    "spriteWidth": 32,
 | 
			
		||||
    "spriteHeight": 32,
 | 
			
		||||
    "columns": 1,
 | 
			
		||||
    "rows": 2,
 | 
			
		||||
    "durationType": "time",
 | 
			
		||||
    "animations": [
 | 
			
		||||
        { 
 | 
			
		||||
            "name": "IDLE",
 | 
			
		||||
            "frames": [ {"index": 0, "duration": 540} ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "JUMP",
 | 
			
		||||
            "frames":[ {"index": 0, "duration": 32}]
 | 
			
		||||
        },
 | 
			
		||||
        { 
 | 
			
		||||
            "name": "WALK",
 | 
			
		||||
            "frames": [ {"index": 0, "duration": 540} ]
 | 
			
		||||
        },
 | 
			
		||||
        { 
 | 
			
		||||
            "name": "FALL",
 | 
			
		||||
            "frames": [ {"index": 0, "duration": 540} ]
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "HURT",
 | 
			
		||||
            "frames": [ {"index": 0, "duration": 1},
 | 
			
		||||
                        {"index": 1, "duration": 50},
 | 
			
		||||
                        {"index": 0, "duration": 25} ]
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								public/shattered_sword_assets/spritesheets/test_dummy.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 276 B  | 
							
								
								
									
										59
									
								
								public/shattered_sword_assets/tilemaps/Tutorial.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,59 @@
 | 
			
		|||
{ "compressionlevel":-1,
 | 
			
		||||
 "height":20,
 | 
			
		||||
 "infinite":false,
 | 
			
		||||
 "layers":[
 | 
			
		||||
        {
 | 
			
		||||
         "data":[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 49, 50, 50, 50, 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 0, 0, 0, 0, 49, 50, 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 26, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33, 34, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 53, 54, 54, 54, 54, 55, 0, 0, 33, 34, 34, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 55, 0, 0, 53, 54, 54, 54, 54, 54, 33, 34, 34, 34, 34, 35, 0, 0, 33, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 35, 0, 0, 33, 34, 34, 34, 34, 34, 33, 34, 34, 34, 34, 35, 0, 0, 33, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 35, 0, 0, 33, 34, 34, 34, 34, 34, 33, 34, 34, 34, 34, 35, 0, 0, 33, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 35, 0, 0, 33, 34, 34, 34, 34, 34, 33, 34, 34, 34, 34, 35, 0, 0, 33, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 35, 0, 0, 33, 34, 34, 34, 34, 35, 41, 42, 42, 42, 42, 43, 0, 0, 41, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 43, 0, 0, 41, 34, 34, 34, 34, 43],
 | 
			
		||||
         "height":20,
 | 
			
		||||
         "id":1,
 | 
			
		||||
         "name":"Main",
 | 
			
		||||
         "opacity":1,
 | 
			
		||||
         "properties":[
 | 
			
		||||
                {
 | 
			
		||||
                 "name":"Collidable",
 | 
			
		||||
                 "type":"bool",
 | 
			
		||||
                 "value":true
 | 
			
		||||
                }],
 | 
			
		||||
         "type":"tilelayer",
 | 
			
		||||
         "visible":true,
 | 
			
		||||
         "width":30,
 | 
			
		||||
         "x":0,
 | 
			
		||||
         "y":0
 | 
			
		||||
        }, 
 | 
			
		||||
        {
 | 
			
		||||
         "data":[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
 | 
			
		||||
         "height":20,
 | 
			
		||||
         "id":2,
 | 
			
		||||
         "name":"Background",
 | 
			
		||||
         "opacity":1,
 | 
			
		||||
         "type":"tilelayer",
 | 
			
		||||
         "visible":true,
 | 
			
		||||
         "width":30,
 | 
			
		||||
         "x":0,
 | 
			
		||||
         "y":0
 | 
			
		||||
        }],
 | 
			
		||||
 "nextlayerid":3,
 | 
			
		||||
 "nextobjectid":1,
 | 
			
		||||
 "orientation":"orthogonal",
 | 
			
		||||
 "renderorder":"right-down",
 | 
			
		||||
 "tiledversion":"1.8.2",
 | 
			
		||||
 "tileheight":16,
 | 
			
		||||
 "tilesets":[
 | 
			
		||||
        {
 | 
			
		||||
         "columns":8,
 | 
			
		||||
         "firstgid":1,
 | 
			
		||||
         "image":"shattered_sword_assets/tilemaps/forest_tileset.png",
 | 
			
		||||
         "imageheight":128,
 | 
			
		||||
         "imagewidth":128,
 | 
			
		||||
         "margin":0,
 | 
			
		||||
         "name":"forest_tileset",
 | 
			
		||||
         "spacing":0,
 | 
			
		||||
         "tilecount":64,
 | 
			
		||||
         "tileheight":16,
 | 
			
		||||
         "tilewidth":16
 | 
			
		||||
        }],
 | 
			
		||||
 "tilewidth":16,
 | 
			
		||||
 "type":"map",
 | 
			
		||||
 "version":"1.8",
 | 
			
		||||
 "width":30
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										4
									
								
								public/shattered_sword_assets/tilemaps/bamboo_forest.tsx
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,4 @@
 | 
			
		|||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<tileset version="1.8" tiledversion="1.8.4" name="bamboo_forest" tilewidth="16" tileheight="16" tilecount="64" columns="8">
 | 
			
		||||
 <image source="forest_tileset.png" width="128" height="128"/>
 | 
			
		||||
</tileset>
 | 
			
		||||
							
								
								
									
										107
									
								
								public/shattered_sword_assets/tilemaps/forest1.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
						 | 
				
			
			@ -0,0 +1,107 @@
 | 
			
		|||
{ "compressionlevel":-1,
 | 
			
		||||
 "height":20,
 | 
			
		||||
 "infinite":false,
 | 
			
		||||
 "layers":[
 | 
			
		||||
        {
 | 
			
		||||
         "data":[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 49, 50, 50, 50, 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 0, 0, 0, 0, 49, 50, 51, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 26, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 5, 0, 0, 0, 0, 0, 33, 34, 35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 0, 0,
 | 
			
		||||
            53, 54, 54, 54, 54, 54, 55, 0, 0, 33, 34, 34, 54, 54, 54, 54, 54, 54, 54, 54, 54, 55, 0, 0, 53, 54, 54, 54, 54, 55,
 | 
			
		||||
            33, 34, 34, 34, 34, 34, 35, 0, 0, 33, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 35, 0, 0, 33, 34, 34, 34, 34, 35,
 | 
			
		||||
            33, 34, 34, 34, 34, 34, 35, 0, 0, 33, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 35, 0, 0, 33, 34, 34, 34, 34, 35,
 | 
			
		||||
            33, 34, 34, 34, 34, 34, 35, 0, 0, 33, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 35, 0, 0, 33, 34, 34, 34, 34, 35,
 | 
			
		||||
            33, 34, 34, 34, 34, 34, 35, 0, 0, 33, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 34, 35, 0, 0, 33, 34, 34, 34, 34, 35,
 | 
			
		||||
            41, 42, 42, 42, 42, 42, 43, 0, 0, 41, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 43, 0, 0, 41, 42, 42, 42, 42, 43],
 | 
			
		||||
         "height":20,
 | 
			
		||||
         "id":1,
 | 
			
		||||
         "name":"Main",
 | 
			
		||||
         "opacity":1,
 | 
			
		||||
         "properties":[
 | 
			
		||||
                {
 | 
			
		||||
                 "name":"Collidable",
 | 
			
		||||
                 "type":"bool",
 | 
			
		||||
                 "value":true
 | 
			
		||||
                },
 | 
			
		||||
              {
 | 
			
		||||
                 "name":"Depth",
 | 
			
		||||
                 "type":"int",
 | 
			
		||||
                 "value":1
 | 
			
		||||
                }, 
 | 
			
		||||
                {
 | 
			
		||||
                 "name":"Group",
 | 
			
		||||
                 "type":"string",
 | 
			
		||||
                 "value":"ground"
 | 
			
		||||
                }],
 | 
			
		||||
         "type":"tilelayer",
 | 
			
		||||
         "visible":true,
 | 
			
		||||
         "width":30,
 | 
			
		||||
         "x":0,
 | 
			
		||||
         "y":0
 | 
			
		||||
        }, 
 | 
			
		||||
        {
 | 
			
		||||
         "data":[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
 | 
			
		||||
            0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
 | 
			
		||||
         "height":20,
 | 
			
		||||
         "id":2,
 | 
			
		||||
         "name":"Background ",
 | 
			
		||||
         "opacity":1,
 | 
			
		||||
         "type":"tilelayer",
 | 
			
		||||
         "visible":true,
 | 
			
		||||
         "width":30,
 | 
			
		||||
         "x":0,
 | 
			
		||||
         "y":0
 | 
			
		||||
        }],
 | 
			
		||||
 "nextlayerid":6,
 | 
			
		||||
 "nextobjectid":1,
 | 
			
		||||
 "orientation":"orthogonal",
 | 
			
		||||
 "renderorder":"right-down",
 | 
			
		||||
 "tiledversion":"1.8.4",
 | 
			
		||||
 "tileheight":16,
 | 
			
		||||
 "tilesets":[
 | 
			
		||||
        {
 | 
			
		||||
         "firstgid":1,
 | 
			
		||||
         "columns":8,
 | 
			
		||||
         "image":"forest1.png",
 | 
			
		||||
         "imageheight":128,
 | 
			
		||||
         "imagewidth":128,
 | 
			
		||||
         "margin":0,
 | 
			
		||||
         "name":"forest1",
 | 
			
		||||
         "spacing":0,
 | 
			
		||||
         "tilecount":64,
 | 
			
		||||
         "tileheight":16,
 | 
			
		||||
         "tilewidth":16
 | 
			
		||||
        }],
 | 
			
		||||
 "tilewidth":16,
 | 
			
		||||
 "type":"map",
 | 
			
		||||
 "version":"1.8",
 | 
			
		||||
 "width":30
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								public/shattered_sword_assets/tilemaps/forest1.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 6.5 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								public/shattered_sword_assets/tilemaps/forest_tileset.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 32 KiB  | 
| 
						 | 
				
			
			@ -1,7 +1,9 @@
 | 
			
		|||
{
 | 
			
		||||
    "include": [
 | 
			
		||||
        "src/**/*",
 | 
			
		||||
        "src/*"
 | 
			
		||||
        "src/*",
 | 
			
		||||
        "src/**/*.ts",
 | 
			
		||||
        "spec/**/*.ts"
 | 
			
		||||
    ],
 | 
			
		||||
    "compilerOptions": {
 | 
			
		||||
        "noImplicitAny": true,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||