diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-17 10:45:58 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-07-17 10:45:58 +0800 |
commit | e0e237c8831cb483ef945856b3d5355d0f647a50 (patch) | |
tree | ca527f799883c5af0c898e14962252df21c4c968 /features/dungeonMap/index.js | |
parent | 4155fb2fa654de3f5b99ae0daf020dad028183b4 (diff) | |
download | SoopyV2-e0e237c8831cb483ef945856b3d5355d0f647a50.tar.gz SoopyV2-e0e237c8831cb483ef945856b3d5355d0f647a50.tar.bz2 SoopyV2-e0e237c8831cb483ef945856b3d5355d0f647a50.zip |
fix ram
Diffstat (limited to 'features/dungeonMap/index.js')
-rw-r--r-- | features/dungeonMap/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/dungeonMap/index.js b/features/dungeonMap/index.js index 7045c81..7a64980 100644 --- a/features/dungeonMap/index.js +++ b/features/dungeonMap/index.js @@ -813,7 +813,7 @@ class DungeonMap extends Feature { if (mortLocationOnMap && this.mortLocation) { this.offset = [mortLocationOnMap[0] - this.mortLocation[0] / this.mapScale, mortLocationOnMap[1] - this.mortLocation[1] / this.mapScale] // this.renderImage.setRGB(mortLocationOnMap[0], mortLocationOnMap[1], Renderer.color(255, 0, 0)) - ChatLib.chat(roomWidth + " " + this.offset.join(", ")) + // ChatLib.chat(roomWidth + " " + this.offset.join(", ")) } } |