更新主页内容

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-11-15 02:32:00 +08:00
parent 93ae85e88b
commit d1783204ad
28 changed files with 1969 additions and 126 deletions

View File

@@ -132,7 +132,7 @@
"_priority": 0,
"_fov": 45,
"_fovAxis": 0,
"_orthoHeight": 640,
"_orthoHeight": 1000,
"_near": 0,
"_far": 1000,
"_color": {
@@ -340,13 +340,13 @@
"camera": {
"__id__": 3
},
"prefabs": [
"modes": [
{
"__uuid__": "b882ecdb-012a-4d85-b799-e4da5991c0dd",
"__uuid__": "3520eceb-6d73-4cdc-b333-c80f737fee27",
"__expectedType__": "cc.Prefab"
},
{
"__uuid__": "3520eceb-6d73-4cdc-b333-c80f737fee27",
"__uuid__": "b882ecdb-012a-4d85-b799-e4da5991c0dd",
"__expectedType__": "cc.Prefab"
}
],

View File

@@ -227,6 +227,8 @@ export class TbGMap {
this.map2OffsetY = _json_.map2OffsetY
if (_json_.map3OffsetY === undefined) { throw new Error() }
this.map3OffsetY = _json_.map3OffsetY
if (_json_.scale === undefined) { throw new Error() }
this.scale = _json_.scale
}
/**
@@ -261,6 +263,10 @@ export class TbGMap {
* 地图2(后) 偏移量Y
*/
readonly map3OffsetY: number
/**
* 地图缩放
*/
readonly scale: number
resolve(tables:Tables)
{

View File

@@ -5,8 +5,9 @@
"map1": "map/MAP6/MAP6_1/spriteFrame",
"map2": "map/MAP6/MAP6_2/spriteFrame",
"map3": "map/MAP6/MAP6_3/spriteFrame",
"map1OffsetY": 100,
"map2OffsetY": 400,
"map3OffsetY": 400
"map1OffsetY": 80,
"map2OffsetY": 520,
"map3OffsetY": 520,
"scale": 1.5
}
]

View File

@@ -0,0 +1,9 @@
{
"ver": "1.2.0",
"importer": "directory",
"imported": true,
"uuid": "67d033d1-2622-4892-90d0-9f84830803fd",
"files": [],
"subMetas": {},
"userData": {}
}

View File

@@ -2064,7 +2064,7 @@
},
"_inputFlag": 5,
"_inputMode": 6,
"_maxLength": 8,
"_maxLength": 100,
"_id": ""
},
{

View File

@@ -3,7 +3,7 @@
"content": {
"base": "2,2,0,0,0,0",
"w": 720,
"h": 720,
"h": 1280,
"n": "WorldCamera"
}
}

View File

@@ -16,7 +16,7 @@
"userData": {
"imageUuidOrDatabaseUri": "a0d1e275-5512-493e-8e15-7d2db8beb48e",
"width": 720,
"height": 720
"height": 1280
},
"ver": "1.0.0",
"imported": true,
@@ -28,7 +28,7 @@
},
"userData": {
"width": 720,
"height": 720,
"height": 1280,
"anisotropy": 0,
"minfilter": "linear",
"magfilter": "linear",