From 2aafafefe37aae6d68dca8176eed8293758b5a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Sat, 20 Sep 2025 17:30:42 +0800 Subject: [PATCH] =?UTF-8?q?refactor(WeaponCardBase):=20=E7=AE=80=E5=8C=96?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=96=87=E6=9C=AC=E5=B9=B6=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=BC=A4=E5=AE=B3=E6=98=BE=E7=A4=BA=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将"提炼灵魂"和"镶嵌灵魂"按钮文本简化为"提炼"和"镶嵌" - 更新伤害显示格式,添加变化箭头符号 --- components/Abstracts/WeaponCardBase.tscn | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/components/Abstracts/WeaponCardBase.tscn b/components/Abstracts/WeaponCardBase.tscn index 41f3f0a..07312ff 100644 --- a/components/Abstracts/WeaponCardBase.tscn +++ b/components/Abstracts/WeaponCardBase.tscn @@ -29,7 +29,6 @@ offset_right = 350.0 offset_bottom = 304.0 theme_override_styles/panel = SubResource("StyleBoxFlat_n2ewr") script = ExtResource("1_g802t") -costBeachball = 500 metadata/_edit_lock_ = true [node name="sounds" type="Node2D" parent="."] @@ -60,14 +59,14 @@ unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 theme = ExtResource("2_fwkd3") -text = "提炼灵魂" +text = "提炼" [node name="inlayBtn" type="Button" parent="container/wrapper/souls"] unique_name_in_owner = true layout_mode = 2 size_flags_horizontal = 3 theme = ExtResource("2_fwkd3") -text = "镶嵌灵魂" +text = "镶嵌" [node name="info" type="VBoxContainer" parent="container"] layout_mode = 2 @@ -158,7 +157,7 @@ soulLevelColorMap = { unique_name_in_owner = true layout_mode = 2 bbcode_enabled = true -text = "[center]造成[color=cyan]10[/color]点伤害。[/center]" +text = "[center]造成[color=cyan]10[/color]→[color=yellow]10[/color]点伤害。[/center]" fit_content = true [node name="costs" type="GridContainer" parent="container"]