1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-07-05 17:52:13 +08:00

feat: 删除FeedCard场景,重构Feed类,更新UI组件

This commit is contained in:
2025-08-26 18:15:01 +08:00
parent 4a66374e24
commit 7e5a8861ec
2 changed files with 17 additions and 1 deletions
@@ -34,6 +34,7 @@ layout_mode = 2
theme_override_constants/separation = 10
[node name="avatar" type="TextureRect" parent="container/info"]
unique_name_in_owner = true
custom_minimum_size = Vector2(75, 75)
layout_mode = 2
size_flags_horizontal = 4
@@ -41,14 +42,17 @@ size_flags_vertical = 0
texture = ExtResource("1_jonms")
[node name="name" type="Label" parent="container/info"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 4
text = "香蕉"
[node name="fields" type="VBoxContainer" parent="container"]
unique_name_in_owner = true
layout_mode = 2
[node name="costs" type="GridContainer" parent="container"]
unique_name_in_owner = true
layout_mode = 2
theme_override_constants/h_separation = 10
theme_override_constants/v_separation = 10