mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
更新配置表
This commit is contained in:
+28
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user