前几天忘了上传了上传一下
This commit is contained in:
@@ -1,23 +1,46 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dos15dmc1b6bt"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dos15dmc1b6bt"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ct7rhywlql4y4" path="res://GUI/GameSettingPanel.gd" id="1_0c52c"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0c52c"]
|
||||
border_width_left = 10
|
||||
border_width_top = 10
|
||||
border_width_right = 10
|
||||
border_width_bottom = 10
|
||||
corner_radius_top_left = 20
|
||||
corner_radius_top_right = 20
|
||||
corner_radius_bottom_right = 20
|
||||
corner_radius_bottom_left = 20
|
||||
corner_detail = 20
|
||||
shadow_size = 20
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_7muhe"]
|
||||
bg_color = Color(0.454524, 0.454524, 0.454524, 1)
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
corner_detail = 20
|
||||
|
||||
[node name="GameSettingPanel" type="Panel"]
|
||||
offset_right = 1398.0
|
||||
offset_bottom = 720.0
|
||||
scale = Vector2(0.8, 0.8)
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_0c52c")
|
||||
script = ExtResource("1_0c52c")
|
||||
|
||||
[node name="Title" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_top = 9.0
|
||||
offset_right = 1398.0
|
||||
offset_bottom = 80.0
|
||||
offset_bottom = 97.0
|
||||
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
||||
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
theme_override_constants/shadow_offset_x = 4
|
||||
theme_override_constants/shadow_offset_y = 4
|
||||
theme_override_constants/outline_size = 20
|
||||
theme_override_constants/shadow_outline_size = 20
|
||||
theme_override_font_sizes/font_size = 45
|
||||
theme_override_font_sizes/font_size = 55
|
||||
text = "游戏设置"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
@@ -25,13 +48,16 @@ vertical_alignment = 1
|
||||
[node name="QuitButton" type="Button" parent="."]
|
||||
custom_minimum_size = Vector2(60, 60)
|
||||
layout_mode = 0
|
||||
offset_left = 1327.0
|
||||
offset_right = 1400.0
|
||||
offset_bottom = 80.0
|
||||
offset_left = 1305.0
|
||||
offset_top = 17.5
|
||||
offset_right = 1378.0
|
||||
offset_bottom = 97.5
|
||||
theme_override_font_sizes/font_size = 35
|
||||
theme_override_styles/normal = SubResource("StyleBoxFlat_7muhe")
|
||||
text = "X"
|
||||
|
||||
[node name="LinkButton" type="LinkButton" parent="."]
|
||||
visible = false
|
||||
layout_mode = 0
|
||||
offset_left = 15.0
|
||||
offset_top = 17.0
|
||||
@@ -42,9 +68,10 @@ uri = "http://192.168.1.110:19132/site/python"
|
||||
|
||||
[node name="Scroll" type="ScrollContainer" parent="."]
|
||||
layout_mode = 0
|
||||
offset_top = 80.0
|
||||
offset_right = 1400.0
|
||||
offset_bottom = 720.0
|
||||
offset_left = 9.0
|
||||
offset_top = 100.0
|
||||
offset_right = 1389.0
|
||||
offset_bottom = 709.0
|
||||
|
||||
[node name="Panel" type="Panel" parent="Scroll"]
|
||||
layout_mode = 2
|
||||
|
||||
Reference in New Issue
Block a user