mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 15:01:53 +08:00
feat(UI): 重构能量条为垂直样式并调整UI布局
refactor: 修改能量恢复随机范围从0.01-0.15调整为0.01-0.1 style: 更新着色器进度范围提示从0.0-2.0改为-0.0-2.0 feat: 新增垂直颜色条组件和样式资源 chore: 恢复测试波次为普通模式
This commit is contained in:
@@ -156,7 +156,7 @@ func _physics_process(_delta: float) -> void:
|
||||
if (isPlayer() or is_instance_valid(currentFocusedBoss)) and not charginup:
|
||||
ai()
|
||||
move_and_slide()
|
||||
storeEnergy(randf_range(0.01, 0.15) * fields.get(FieldStore.Entity.ENERGY_REGENERATION), true)
|
||||
storeEnergy(randf_range(0.01, 0.1) * fields.get(FieldStore.Entity.ENERGY_REGENERATION), true)
|
||||
trailParticle.emitting = trailing
|
||||
|
||||
# 通用方法
|
||||
|
||||
Reference in New Issue
Block a user