1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-27 22:41:56 +08:00

feat: 添加水晶和钻石物品系统

- 在EntityBase中新增水晶和钻石物品类型
- 敌人在死亡时概率掉落水晶,BOSS额外掉落钻石
- 游戏结束时将水晶和钻石存入OutGameStorage
- 调整Starter面板中钻石升级成本为0
- 在UI场景中添加水晶和钻石显示节点
This commit is contained in:
2026-05-04 09:15:49 +08:00
parent e1c017bf3a
commit bd85129ecc
6 changed files with 38 additions and 3 deletions
+10
View File
@@ -180,6 +180,16 @@ unique_name_in_owner = true
layout_mode = 2
type = 4
[node name="crystal" parent="root/itemsContainer/items" unique_id=707392257 instance=ExtResource("3_o2oi4")]
unique_name_in_owner = true
layout_mode = 2
type = 5
[node name="diamond" parent="root/itemsContainer/items" unique_id=1684500885 instance=ExtResource("3_o2oi4")]
unique_name_in_owner = true
layout_mode = 2
type = 6
[node name="energyContainer" type="PanelContainer" parent="root" unique_id=1886165069]
unique_name_in_owner = true
z_index = 1