7a6e250a58
Maps in the GameScene can be modified by the scripting API. If so, previously, the changes to the maps were persisted in the ITiledMap object in the GameScene because this was cached by the Phaser loader, causing a series of problems, the most noticeable being that templating in the scripting API stopped working on a second visit of a page. We are now deep-copying the map on load to avoid these nasty effects. Closes https://github.com/workadventure/scripting-api-extra/issues/77 |
||
---|---|---|
.. | ||
dist | ||
packages/iframe-api-typings | ||
src | ||
style | ||
tests/Phaser | ||
.dockerignore | ||
.eslintrc.json | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
Dockerfile | ||
jasmine.json | ||
LICENSE.txt | ||
package.json | ||
templater.sh | ||
tsconfig-for-jasmine.json | ||
tsconfig-for-webpack.json | ||
tsconfig.json | ||
webpack.config.ts | ||
yarn.lock |