[add] test

This commit is contained in:
建喵 2023-03-10 14:52:58 +08:00
parent 1a80cae910
commit 84cf1bd06a
6 changed files with 2231 additions and 4 deletions

12
assets/scenes.meta Normal file
View File

@ -0,0 +1,12 @@
{
"ver": "1.1.0",
"importer": "directory",
"imported": true,
"uuid": "347ee481-356f-4332-8452-6ed0be37ce55",
"files": [],
"subMetas": {},
"userData": {
"compressionType": {},
"isRemoteBundle": {}
}
}

2172
assets/scenes/main.scene Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
{
"ver": "1.1.43",
"importer": "scene",
"imported": true,
"uuid": "b23c877b-85f8-4cc7-97db-a0ed36bc0269",
"files": [
".json"
],
"subMetas": {},
"userData": {}
}

View File

@ -58,8 +58,8 @@
}, },
"b82d20f3-3c79-4380-a39a-caf41b888bc5": { "b82d20f3-3c79-4380-a39a-caf41b888bc5": {
"position": { "position": {
"x": 480, "x": 760.2449611354893,
"y": 320, "y": 1515.613286865143,
"z": 5000 "z": 5000
}, },
"rotation": { "rotation": {
@ -91,9 +91,27 @@
"y": 0, "y": 0,
"z": 0 "z": 0
} }
},
"b23c877b-85f8-4cc7-97db-a0ed36bc0269": {
"position": {
"x": 1120.2683443165176,
"y": 895.0803235031483,
"z": 5000
},
"rotation": {
"x": 0,
"y": 0,
"z": 0,
"w": 1
},
"viewCenter": {
"x": 0,
"y": 0,
"z": 0
}
} }
}, },
"camera-uuids": [ "camera-uuids": [
"5649fd23-c2e7-4c96-a9ae-4ea68b111b31" "b23c877b-85f8-4cc7-97db-a0ed36bc0269"
] ]
} }

View File

@ -1,3 +1,6 @@
{ {
"__version__": "1.3.4" "__version__": "1.3.4",
"splash-setting": {
"totalTime": 500
}
} }

View File

@ -0,0 +1,11 @@
{
"__version__": "1.0.4",
"general": {
"designResolution": {
"width": 1080,
"height": 1920,
"fitHeight": true
}
},
"custom_joint_texture_layouts": []
}