1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-09 21:27:13 +08:00

feat(武器): 更新彩虹旗武器配置和视觉效果

refactor(LGBTBullet): 移除旋转逻辑并调整碰撞体积
- 移除子弹纹理的旋转更新
- 缩小碰撞检测范围以匹配新视觉样式

feat(LeadingMark): 新增引导标记节点
- 添加多边形绘制功能用于视觉引导
- 支持自定义宽度、高度和颜色

fix(UI): 完善实体状态条样式
- 添加背景和前景样式框
- 调整颜色和透明度设置

chore: 更新公鸡角色武器配置
- 将大激光武器替换为彩虹旗武器
This commit is contained in:
2025-09-06 10:46:34 +08:00
parent cd07aabcda
commit 978eed4b0c
6 changed files with 48 additions and 21 deletions
+17 -1
View File
@@ -1,8 +1,20 @@
[gd_scene load_steps=4 format=3 uid="uid://dcjqjqere8ets"]
[gd_scene load_steps=8 format=3 uid="uid://dcjqjqere8ets"]
[ext_resource type="PackedScene" uid="uid://d1ulrvupa76ap" path="res://components/UI/ColorBar.tscn" id="1_0ngbn"]
[ext_resource type="Script" path="res://scripts/Statemachine/EntityStateBar.gd" id="1_ovbjr"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_w56p2"]
bg_color = Color(0, 0, 0, 0.5)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_2sar3"]
bg_color = Color(1, 0, 0, 0.5)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_i0t67"]
bg_color = Color(0, 1, 0, 0.5)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jxamg"]
bg_color = Color(1, 1, 1, 1)
[sub_resource type="LabelSettings" id="LabelSettings_ih2pl"]
font_size = 13
@@ -15,6 +27,10 @@ offset_left = -50.0
offset_top = -5.0
offset_right = 50.0
offset_bottom = 5.0
backBox = SubResource("StyleBoxFlat_w56p2")
middleBox1 = SubResource("StyleBoxFlat_2sar3")
middleBox2 = SubResource("StyleBoxFlat_i0t67")
frontBox = SubResource("StyleBoxFlat_jxamg")
[node name="levelLabel" type="HBoxContainer" parent="health"]
unique_name_in_owner = true