1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00
Files
Dog-Lynx-And-HCN/components/Scenes/FullscreenPanels/SelectInitialFeed.tscn
T
fallingshrimp e53af2a163 feat(初始选择): 添加初始增益和武器数量限制
- 新增OutGameStorage类存储最大初始数量配置
- 修改SelectInitialFeed面板逻辑以限制选择数量
- 优化FeedCardBase样式和布局
- 移除不必要的ScrollContainer简化UI结构
2026-05-04 07:03:18 +08:00

52 lines
1.9 KiB
Plaintext

[gd_scene format=3 uid="uid://db6srdvtd8gfx"]
[ext_resource type="PackedScene" uid="uid://d3qojeqa3difn" path="res://components/Abstracts/FullscreenPanelBase.tscn" id="1_xc345"]
[ext_resource type="Script" uid="uid://d02nijqx4oagh" path="res://scripts/Contents/Panels/SelectIntialFeed.gd" id="2_eugsq"]
[sub_resource type="LabelSettings" id="LabelSettings_eugsq"]
font_size = 20
[node name="SelectInitialFeed" unique_id=245861480 instance=ExtResource("1_xc345")]
offset_top = 0.0
offset_bottom = 0.0
script = ExtResource("2_eugsq")
[node name="wrapper" parent="content" index="1"]
theme_override_constants/separation = 40
[node name="wrapper" type="VBoxContainer" parent="content/wrapper" index="0" unique_id=905123993]
layout_mode = 2
size_flags_horizontal = 3
theme_override_constants/separation = 10
alignment = 1
[node name="title1" type="Label" parent="content/wrapper/wrapper" index="0" unique_id=637422722]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 4
text = "在游戏开始前,你可以选择一项初始增益。"
label_settings = SubResource("LabelSettings_eugsq")
[node name="initialFeedSelection" type="HBoxContainer" parent="content/wrapper/wrapper" index="1" unique_id=1363721283]
unique_name_in_owner = true
layout_mode = 2
alignment = 1
[node name="title2" type="Label" parent="content/wrapper/wrapper" index="2" unique_id=398646662]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 4
text = "在游戏开始前,你可以选择一个初始武器。"
label_settings = SubResource("LabelSettings_eugsq")
[node name="initialWeaponSelection" type="HBoxContainer" parent="content/wrapper/wrapper" index="3" unique_id=1933174501]
unique_name_in_owner = true
layout_mode = 2
alignment = 1
[node name="startBtn" type="Button" parent="content/wrapper" index="1" unique_id=298849731]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 4
text = "开始游戏"