mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-12 22:57:13 +08:00
feat(游戏结束): 添加子弹显示名称并改进死亡信息显示
- 为所有子弹类型添加displayName属性用于显示 - 修改GameOver面板显示死亡原因,包含子弹名称和发射者 - 更新死亡原因文本格式为富文本样式 - 移除GameOver面板中多余的LabelSettings资源
This commit is contained in:
@@ -8,6 +8,7 @@ radius = 63.1269
|
||||
|
||||
[node name="BearSprint" instance=ExtResource("1_qcnih")]
|
||||
script = ExtResource("2_87hcl")
|
||||
displayName = "猛冲"
|
||||
|
||||
[node name="hitbox" parent="." index="1"]
|
||||
shape = SubResource("CircleShape2D_rirs4")
|
||||
|
||||
@@ -122,6 +122,7 @@ alpha_curve = SubResource("CurveTexture_wjo54")
|
||||
position = Vector2(-34, -24)
|
||||
script = ExtResource("2_uqsop")
|
||||
allColor = SubResource("GradientTexture1D_e0qv5")
|
||||
displayName = "七彩矢"
|
||||
autoLoopAnimation = true
|
||||
|
||||
[node name="texture" parent="." index="0"]
|
||||
|
||||
@@ -133,6 +133,7 @@ height = 86.0
|
||||
[node name="ForeverRainbow" instance=ExtResource("1_sltl7")]
|
||||
script = ExtResource("2_wwmq8")
|
||||
allColor = SubResource("GradientTexture1D_gcnu1")
|
||||
displayName = "永恒彩虹"
|
||||
lifeTime = 11000.0
|
||||
indisDamage = true
|
||||
autoSpawnAnimation = true
|
||||
|
||||
@@ -120,6 +120,7 @@ modulate = Color(1, 1, 1, 0)
|
||||
scale = Vector2(1e-05, 1e-05)
|
||||
script = ExtResource("2_0kdtj")
|
||||
allColor = SubResource("GradientTexture1D_ikq3n")
|
||||
displayName = "太阳舞"
|
||||
autoSpawnAnimation = true
|
||||
freeAfterSpawn = true
|
||||
|
||||
|
||||
@@ -205,12 +205,12 @@ height = 500.0
|
||||
|
||||
[node name="ChickLaser" instance=ExtResource("1_eb54j")]
|
||||
script = ExtResource("2_7g0f0")
|
||||
displayName = "冷冻激光"
|
||||
metadata/_edit_vertical_guides_ = [688.0, 189.0]
|
||||
|
||||
[node name="rect" parent="texture" index="0"]
|
||||
material = SubResource("ShaderMaterial_x6ivr")
|
||||
offset_left = 188.0
|
||||
offset_top = 0.0
|
||||
offset_right = 238.0
|
||||
offset_bottom = 500.0
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ radius = 63.1269
|
||||
|
||||
[node name="ChickSprint" instance=ExtResource("1_hvhrf")]
|
||||
script = ExtResource("2_fecvj")
|
||||
displayName = "猛冲"
|
||||
|
||||
[node name="hitbox" parent="." index="1"]
|
||||
shape = SubResource("CircleShape2D_rirs4")
|
||||
|
||||
@@ -91,6 +91,7 @@ alpha_curve = SubResource("CurveTexture_diybr")
|
||||
|
||||
[node name="Diamond" instance=ExtResource("1_8udva")]
|
||||
script = ExtResource("2_yxtyj")
|
||||
displayName = "冰钻石"
|
||||
lifeTime = 5000.0
|
||||
indisDamage = true
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ size = Vector2(50, 50)
|
||||
|
||||
[node name="FireScan" instance=ExtResource("1_cqre5")]
|
||||
script = ExtResource("2_qprdp")
|
||||
displayName = "狱炎"
|
||||
lifeDistance = 200.0
|
||||
|
||||
[node name="hitbox" parent="." index="1"]
|
||||
|
||||
@@ -62,6 +62,7 @@ radius = 19.2354
|
||||
|
||||
[node name="Star" instance=ExtResource("1_x6yf7")]
|
||||
script = ExtResource("2_y4b0l")
|
||||
displayName = "星星"
|
||||
lifeTime = 1000.0
|
||||
autoLoopAnimation = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user