1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-03 18:27:13 +08:00

fix: 修复按钮状态和饲料制作数量显示问题

- 在SelectIntialFeed和MakeFeed面板中添加按钮禁用逻辑,防止重复点击
- 将EntityBase中可制作饲料数量从2调整为5
- 修改MakeFeed面板中数量显示格式为字符串插值
This commit is contained in:
2026-05-03 16:26:07 +08:00
parent 0986e21815
commit 4d19c61023
3 changed files with 6 additions and 2 deletions
@@ -10,6 +10,7 @@ extends FullscreenPanelBase
func _ready():
startBtn.pressed.connect(
func():
startBtn.disabled = true
UIState.closeCurrentPanel()
StarterPanel.selectingFeed = false
)