mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-26 18:26:23 +00:00
更新主页内容
This commit is contained in:
@@ -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"
|
||||
}
|
||||
],
|
||||
|
@@ -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)
|
||||
{
|
||||
|
@@ -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
|
||||
}
|
||||
]
|
File diff suppressed because it is too large
Load Diff
9
JisolGameCocos/assets/resources/prefab/ui/主页/子组件.meta
Normal file
9
JisolGameCocos/assets/resources/prefab/ui/主页/子组件.meta
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "1.2.0",
|
||||
"importer": "directory",
|
||||
"imported": true,
|
||||
"uuid": "67d033d1-2622-4892-90d0-9f84830803fd",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
@@ -2064,7 +2064,7 @@
|
||||
},
|
||||
"_inputFlag": 5,
|
||||
"_inputMode": 6,
|
||||
"_maxLength": 8,
|
||||
"_maxLength": 100,
|
||||
"_id": ""
|
||||
},
|
||||
{
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"content": {
|
||||
"base": "2,2,0,0,0,0",
|
||||
"w": 720,
|
||||
"h": 720,
|
||||
"h": 1280,
|
||||
"n": "WorldCamera"
|
||||
}
|
||||
}
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user