添加配置表

This commit is contained in:
flswld
2022-11-30 00:00:20 +08:00
parent f70a890338
commit d7f3f3b866
33382 changed files with 8476601 additions and 0 deletions
@@ -0,0 +1,58 @@
{
"fishtankMap":
{
"373602":
{
"maxFishCount": 3,
"waterHeight": 3.2,
"fishMinHeightLimit": 1.2,
"fishScale": 0.8,
"initialPose":201,
"fishBornPosMap":
{
"1":[
{
"position": {
"x": 0.0,
"y": 0.7,
"z": 1.5
},
"rotation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
}
],
"2":[
{
"position": {
"x": 0.0,
"y": 1.35,
"z": -1.5
},
"rotation": {
"x": 0.0,
"y": 180.0,
"z": 0.0
}
}
],
"3":[
{
"position": {
"x": 0.0,
"y": 2.0,
"z": 1.5
},
"rotation": {
"x": 0.0,
"y": 0.0,
"z": 0.0
}
}
]
}
}
}
}