更新配置表

This commit is contained in:
flswld
2023-01-29 13:00:55 +08:00
parent 0ab4fd1d18
commit 5fbe66113e
3108 changed files with 587829 additions and 26766 deletions
@@ -0,0 +1,28 @@
{
"floatIndicatorMap": {
"0": {
"upOffset": 1,//向上箭头的向上偏移量
"downOffset": 2,//向下箭头的向下偏移量
"upScale": 1,//向上箭头的缩放大小
"downScale": 1//向下箭头的缩放大小
},
"1": {
"upOffset": 1,
"downOffset": 2.5,
"upScale": 0.5,
"downScale": 0.5
},
"2":{
"upOffset": 1,
"downOffset": 3,
"upScale": 0.5,
"downScale": 0.5
},
"3":{
"upOffset": 1,
"downOffset": 0.5,
"upScale": 1,
"downScale": 1
}
}
}