Updated collision constant setup.

This commit is contained in:
genxium
2023-02-18 11:45:17 +08:00
parent a48e2f3cc0
commit 8345d55e76
3 changed files with 5 additions and 5 deletions

View File

@@ -461,7 +461,7 @@
"array": [
0,
0,
210.75657517389567,
210.4441731196186,
0,
0,
0,

View File

@@ -16,8 +16,8 @@ cc.Class({
cc.view.enableAutoFullScreen(true);
const self = this;
window.mapIns = self;
self.showCriticalCoordinateLabels = true;
self.showNetworkDoctorInfo = true;
self.showCriticalCoordinateLabels = false;
self.showNetworkDoctorInfo = false;
const mapNode = self.node;
const canvasNode = mapNode.parent;