天气系统完成
This commit is contained in:
@@ -1,17 +1,26 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://smypui0vyso5"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://smypui0vyso5"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c0jfbtkh0mj5b" path="res://Script/BigPanel/DailyCheckInPanel.gd" id="1_fj7a7"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_217t6"]
|
||||
border_width_left = 15
|
||||
border_width_top = 15
|
||||
border_width_right = 15
|
||||
border_width_bottom = 15
|
||||
corner_detail = 20
|
||||
|
||||
[node name="DailyCheckInPanel" type="Panel"]
|
||||
offset_right = 600.0
|
||||
offset_left = 441.0
|
||||
offset_right = 1041.0
|
||||
offset_bottom = 720.0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_217t6")
|
||||
script = ExtResource("1_fj7a7")
|
||||
|
||||
[node name="Title" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_top = -1.0
|
||||
offset_top = 20.0
|
||||
offset_right = 600.0
|
||||
offset_bottom = 41.0
|
||||
offset_bottom = 69.0
|
||||
theme_override_colors/font_color = Color(0.624759, 0.8051, 0.828302, 1)
|
||||
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
||||
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
@@ -37,10 +46,10 @@ vertical_alignment = 1
|
||||
[node name="QuitButton" type="Button" parent="."]
|
||||
custom_minimum_size = Vector2(57, 57)
|
||||
layout_mode = 0
|
||||
offset_left = 543.0
|
||||
offset_top = 1.0
|
||||
offset_right = 600.0
|
||||
offset_bottom = 58.0
|
||||
offset_left = 520.0
|
||||
offset_top = 22.0
|
||||
offset_right = 577.0
|
||||
offset_bottom = 79.0
|
||||
theme_override_font_sizes/font_size = 35
|
||||
text = "X"
|
||||
|
||||
@@ -48,16 +57,16 @@ text = "X"
|
||||
modulate = Color(1, 1, 0.52549, 1)
|
||||
custom_minimum_size = Vector2(150, 70)
|
||||
layout_mode = 0
|
||||
offset_left = 243.0
|
||||
offset_top = 649.0
|
||||
offset_right = 393.0
|
||||
offset_bottom = 719.0
|
||||
offset_left = 239.0
|
||||
offset_top = 630.0
|
||||
offset_right = 389.0
|
||||
offset_bottom = 700.0
|
||||
theme_override_font_sizes/font_size = 35
|
||||
text = "签到"
|
||||
|
||||
[node name="Scroll" type="ScrollContainer" parent="."]
|
||||
layout_mode = 0
|
||||
offset_top = 58.0
|
||||
offset_top = 77.0
|
||||
offset_right = 600.0
|
||||
offset_bottom = 419.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user