mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-06 10:12:12 +08:00
feat: 添加游戏启动界面和着色器效果
- 新增启动界面背景和logo - 实现顶部和底部阴影着色器 - 添加难度选择滑块和角色名输入框 - 优化多人游戏按钮交互 - 修复编译提示面板的动画效果 - 更新UI主题样式
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://db6srdvtd8gfx"]
|
||||
[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"]
|
||||
|
||||
[node name="SelectInitialFeed" instance=ExtResource("1_xc345")]
|
||||
[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")
|
||||
@@ -11,38 +14,45 @@ script = ExtResource("2_eugsq")
|
||||
[node name="wrapper" parent="content" index="1"]
|
||||
theme_override_constants/separation = 40
|
||||
|
||||
[node name="container" type="ScrollContainer" parent="content/wrapper" index="0"]
|
||||
layout_mode = 2
|
||||
follow_focus = true
|
||||
vertical_scroll_mode = 0
|
||||
|
||||
[node name="wrapper" type="VBoxContainer" parent="content/wrapper/container" index="0"]
|
||||
[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/container/wrapper" index="0"]
|
||||
[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 = 0
|
||||
size_flags_horizontal = 4
|
||||
text = "在游戏开始前,你可以选择一项初始增益。"
|
||||
label_settings = SubResource("LabelSettings_eugsq")
|
||||
|
||||
[node name="initialFeedSelection" type="HBoxContainer" parent="content/wrapper/container/wrapper" index="1"]
|
||||
[node name="container" type="ScrollContainer" parent="content/wrapper/wrapper" index="1" unique_id=465067132]
|
||||
layout_mode = 2
|
||||
follow_focus = true
|
||||
vertical_scroll_mode = 0
|
||||
|
||||
[node name="initialFeedSelection" type="HBoxContainer" parent="content/wrapper/wrapper/container" index="0" unique_id=1363721283]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
|
||||
[node name="title2" type="Label" parent="content/wrapper/container/wrapper" index="2"]
|
||||
[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 = 0
|
||||
size_flags_horizontal = 4
|
||||
text = "在游戏开始前,你可以选择一个初始武器。"
|
||||
label_settings = SubResource("LabelSettings_eugsq")
|
||||
|
||||
[node name="initialWeaponSelection" type="HBoxContainer" parent="content/wrapper/container/wrapper" index="3"]
|
||||
[node name="container2" type="ScrollContainer" parent="content/wrapper/wrapper" index="3" unique_id=474299205]
|
||||
layout_mode = 2
|
||||
follow_focus = true
|
||||
vertical_scroll_mode = 0
|
||||
|
||||
[node name="initialWeaponSelection" type="HBoxContainer" parent="content/wrapper/wrapper/container2" index="0" unique_id=1933174501]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
|
||||
[node name="startBtn" type="Button" parent="content/wrapper" index="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
|
||||
|
||||
Reference in New Issue
Block a user