1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-04 02:37:12 +08:00

refactor: 调整游戏配置和资源

更新多个游戏组件的配置参数和资源引用:
1. 修改武器树的攻击速率和调试标记
2. 调整伤害标签的生成偏移量
3. 更新波次数据和初始波次设置
4. 替换Kernyr角色的贴图并调整碰撞体大小
5. 修改阳毅导弹的显示名称
This commit is contained in:
2026-03-28 10:40:59 +08:00
parent 0a3dbd64ef
commit cedb79faf3
5 changed files with 12 additions and 9 deletions
+6 -4
View File
@@ -2,7 +2,7 @@
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_bha5j"]
[ext_resource type="Script" uid="uid://m28dwfwmmhmh" path="res://scripts/Contents/Characters/Kernyr.gd" id="2_vkls3"]
[ext_resource type="Texture2D" uid="uid://7pkplcqqxvnp" path="res://resources/characters/chick/chick-a.svg" id="3_vkls3"]
[ext_resource type="Texture2D" uid="uid://b1aq0k7tf1p1" path="res://resources/characters/kernyr/kernyr.jpg" id="3_vkls3"]
[sub_resource type="SpriteFrames" id="SpriteFrames_vkls3"]
animations = [{
@@ -18,7 +18,7 @@ animations = [{
}]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_vkls3"]
size = Vector2(118, 98)
size = Vector2(190, 190)
[node name="Kernyr" instance=ExtResource("1_bha5j")]
script = ExtResource("2_vkls3")
@@ -31,11 +31,13 @@ appleCount = Vector2i(2, 5)
sprite_frames = SubResource("SpriteFrames_vkls3")
[node name="staticBackground" parent="texture" index="0"]
scale = Vector2(1.622, 1.622)
position = Vector2(0, -46)
scale = Vector2(0.3, 0.3)
texture = ExtResource("3_vkls3")
[node name="hitbox" parent="texture/hurtbox" index="0"]
position = Vector2(0, -46)
shape = SubResource("RectangleShape2D_vkls3")
[node name="statebar" parent="." index="4"]
position = Vector2(0, -132)
position = Vector2(0, -213)