mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-02 08:12:12 +08:00
fix(UI): 修正能量显示格式和动画问题
修复能量标签显示格式从"%.1f"改为"%.2f" 调整BigLaser能量消耗从50改为100 修复ItemShow动画资源顺序错误问题 添加autoFree属性到UI场景中的物品节点 修改FieldShow默认文本从"+0"改为"0"
This commit is contained in:
@@ -12,6 +12,7 @@ class_name ItemShow
|
||||
|
||||
func _ready():
|
||||
if autoFree:
|
||||
await TickTool.millseconds(2000) # 等待1秒后自动隐藏
|
||||
animator.play("hide")
|
||||
await animator.animation_finished
|
||||
queue_free()
|
||||
|
||||
Reference in New Issue
Block a user