diff --git a/assets/main.scene b/assets/main.scene index 84f9691..591d2ef 100644 --- a/assets/main.scene +++ b/assets/main.scene @@ -180,7 +180,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 600, - "y": 360, + "y": 360.00000000000006, "z": 0 }, "_lrot": { @@ -265,7 +265,7 @@ "_priority": 1073741824, "_fov": 45, "_fovAxis": 0, - "_orthoHeight": 360, + "_orthoHeight": 360.00000000000006, "_near": 1, "_far": 2000, "_color": { @@ -312,7 +312,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 1200, - "height": 720 + "height": 720.0000000000001 }, "_anchorPoint": { "__type__": "cc.Vec2", diff --git a/assets/resources/config.json b/assets/resources/config.json index 991e39c..a8c896d 100644 --- a/assets/resources/config.json +++ b/assets/resources/config.json @@ -90,11 +90,6 @@ } }, "bundle": { - "enable": false, - "server": "http://localhost", - "default": "resources", - "packages": { - "bundle": "" - } + "default": "resources" } } \ No newline at end of file