mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 04:19:30 +08:00
增强大地图的性能
This commit is contained in:
parent
6d4422330b
commit
fa7e44ac1c
@ -115,7 +115,7 @@ function core() {
|
||||
width: main.mode == 'editor' ? this.__SIZE__ : this._WIDTH_, // map width and height
|
||||
height: main.mode == 'editor' ? this.__SIZE__ : this._HEIGHT_,
|
||||
v2: false,
|
||||
threshold: 1024,
|
||||
threshold: 512,
|
||||
extend: 10,
|
||||
scale: 1.0,
|
||||
tempCanvas: null, // A temp canvas for drawing
|
||||
|
Loading…
Reference in New Issue
Block a user