mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-05 09:42:13 +08:00
feat: 调整游戏平衡性和修复数据存储问题
- 调整草莓、水果沙拉和焦糖苹果的数值平衡 - 在OutGameStorage中新增MAX_ENERGY等升级字段 - 修复GameOver面板中物品存储的遍历问题 - 优化FeedFilter组件的目标字段和点击刷新功能 - 修正A-Applr组件的显示名称和贴图问题
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://cjcefxdt72d0k"]
|
||||
[gd_scene format=3 uid="uid://cjcefxdt72d0k"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_wr2cd"]
|
||||
[ext_resource type="Texture2D" uid="uid://cbyfpwrg2e3ns" path="res://resources/feeds/strawberry-a.svg" id="2_82amy"]
|
||||
|
||||
[node name="Strawberry" instance=ExtResource("1_wr2cd")]
|
||||
[node name="Strawberry" unique_id=604791747 instance=ExtResource("1_wr2cd")]
|
||||
avatarTexture = ExtResource("2_82amy")
|
||||
displayName = "草莓"
|
||||
quality = 3
|
||||
fields = Array[int]([14])
|
||||
fieldValues = Array[float]([0.04])
|
||||
fieldValues = Array[float]([0.012])
|
||||
costs = Array[int]([1])
|
||||
costCounts = Array[int]([400])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
[node name="avatar" parent="container/info" parent_id_path=PackedInt32Array(1288419607) index="0" unique_id=239110315]
|
||||
texture = ExtResource("2_82amy")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
[node name="name" parent="container/info" parent_id_path=PackedInt32Array(1288419607) index="1" unique_id=1202819558]
|
||||
displayName = "草莓"
|
||||
quality = 3
|
||||
|
||||
Reference in New Issue
Block a user