mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-06 03:37:13 +08:00
feat(角色): 调整能量恢复速率并添加新武器
将EntityBase中的能量恢复速率从0.01提高到0.05 为Rooster角色添加LGBT武器到武器库中
This commit is contained in:
@@ -145,7 +145,7 @@ func _physics_process(_delta: float) -> void:
|
||||
if (isPlayer() or is_instance_valid(currentFocusedBoss)) and not charginup:
|
||||
ai()
|
||||
move_and_slide()
|
||||
storeEnergy(0.01 * fields.get(FieldStore.Entity.ENERGY_REGENERATION))
|
||||
storeEnergy(0.05 * fields.get(FieldStore.Entity.ENERGY_REGENERATION))
|
||||
trailParticle.emitting = trailing
|
||||
|
||||
# 通用方法
|
||||
|
||||
Reference in New Issue
Block a user