remove unsed config

This commit is contained in:
King Wang 2021-12-05 00:34:23 +08:00
parent 52c1408866
commit f44e26d506
2 changed files with 3 additions and 6 deletions

View File

@ -30,8 +30,8 @@
"camera-infos": { "camera-infos": {
"f46876e4-e81b-4931-b493-6d367be385e7": { "f46876e4-e81b-4931-b493-6d367be385e7": {
"position": { "position": {
"x": 375.0000000000001, "x": 374.9999999999999,
"y": 600, "y": 599.9999999999999,
"z": 5000 "z": 5000
}, },
"rotation": { "rotation": {
@ -84,6 +84,6 @@
} }
}, },
"camera-uuids": [ "camera-uuids": [
"86c03e47-dc7e-4335-92f0-cf39fcd2462e" "f46876e4-e81b-4931-b493-6d367be385e7"
] ]
} }

View File

@ -1,9 +1,6 @@
export const gameConfig = { export const gameConfig = {
syncRate: 10, syncRate: 10,
// 攻击技能的冷却时间(毫秒)
attackCD: 1000,
moveSpeed: 10, moveSpeed: 10,
arrowFlyTime: 500, arrowFlyTime: 500,