Deploying to gh-pages from @ fa7e44ac1c 🚀

This commit is contained in:
unanmed 2023-04-22 09:14:06 +00:00
parent 7e8cb097a2
commit 2fb579547e

View File

@ -115,7 +115,7 @@ function core() {
width: main.mode == 'editor' ? this.__SIZE__ : this._WIDTH_, // map width and height width: main.mode == 'editor' ? this.__SIZE__ : this._WIDTH_, // map width and height
height: main.mode == 'editor' ? this.__SIZE__ : this._HEIGHT_, height: main.mode == 'editor' ? this.__SIZE__ : this._HEIGHT_,
v2: false, v2: false,
threshold: 1024, threshold: 512,
extend: 10, extend: 10,
scale: 1.0, scale: 1.0,
tempCanvas: null, // A temp canvas for drawing tempCanvas: null, // A temp canvas for drawing