mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-27 22:41:56 +08:00
e53af2a163
- 新增OutGameStorage类存储最大初始数量配置 - 修改SelectInitialFeed面板逻辑以限制选择数量 - 优化FeedCardBase样式和布局 - 移除不必要的ScrollContainer简化UI结构
74 lines
2.4 KiB
Plaintext
74 lines
2.4 KiB
Plaintext
[gd_scene format=3 uid="uid://bykwevnv7keeh"]
|
|
|
|
[ext_resource type="Script" uid="uid://nt81whieye7h" path="res://scripts/Structs/Feed.gd" id="1_2ea75"]
|
|
[ext_resource type="Theme" uid="uid://dhvs6urgf6jr5" path="res://themes/main.tres" id="2_lvrpo"]
|
|
[ext_resource type="PackedScene" uid="uid://bt370a1djjg5p" path="res://components/UI/FeedName.tscn" id="4_aewpy"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_3g2k7"]
|
|
content_margin_left = 20.0
|
|
content_margin_top = 20.0
|
|
content_margin_right = 20.0
|
|
content_margin_bottom = 20.0
|
|
bg_color = Color(0, 0, 0, 0.70000005)
|
|
border_width_left = 10
|
|
border_width_top = 10
|
|
border_width_right = 10
|
|
border_width_bottom = 10
|
|
border_color = Color(1, 1, 1, 1)
|
|
border_blend = true
|
|
corner_radius_top_left = 15
|
|
corner_radius_top_right = 15
|
|
corner_radius_bottom_right = 15
|
|
corner_radius_bottom_left = 15
|
|
corner_detail = 1
|
|
|
|
[node name="FeedCard" type="PanelContainer" unique_id=1794851856]
|
|
offset_right = 200.0
|
|
offset_bottom = 300.0
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_3g2k7")
|
|
script = ExtResource("1_2ea75")
|
|
|
|
[node name="container" type="VBoxContainer" parent="." unique_id=2054000756]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 10
|
|
|
|
[node name="selectBtn" type="Button" parent="container" unique_id=775671566]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
theme = ExtResource("2_lvrpo")
|
|
text = "确定"
|
|
|
|
[node name="info" type="VBoxContainer" parent="container" unique_id=1288419607]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 10
|
|
|
|
[node name="avatar" type="TextureRect" parent="container/info" unique_id=239110315]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(75, 75)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 0
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="name" parent="container/info" unique_id=1202819558 instance=ExtResource("4_aewpy")]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
quality = 1
|
|
|
|
[node name="fields" type="VBoxContainer" parent="container" unique_id=54224040]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
|
|
[node name="weapons" type="VBoxContainer" parent="container" unique_id=2041301443]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
|
|
[node name="costs" type="GridContainer" parent="container" unique_id=1806594453]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 10
|
|
theme_override_constants/h_separation = 10
|
|
theme_override_constants/v_separation = 10
|
|
columns = 2
|