1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-31 00:11:54 +08:00

fix: 调整Chick和Hen角色的移动速度属性,提升角色流畅度

This commit is contained in:
2025-09-06 18:34:42 +08:00
parent f5db5829a2
commit efe417fcc4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ class_name Hen
func register():
fields[FieldStore.Entity.MAX_HEALTH] = 75
fields[FieldStore.Entity.MOVEMENT_SPEED] = 0.15
fields[FieldStore.Entity.MOVEMENT_SPEED] = 0.25
fields[FieldStore.Entity.OFFSET_SHOOT] = 10
func ai():