D5/UI/main/ui_top_info.tscn
2025-05-09 15:40:47 +08:00

122 lines
3.5 KiB
Plaintext

[gd_scene load_steps=8 format=3 uid="uid://ch6y3353f2teg"]
[ext_resource type="Texture2D" uid="uid://bsvolr4ttlyw0" path="res://UI/main/ui_main_bg.png" id="1_uf70i"]
[ext_resource type="Script" uid="uid://ckbfi1c5peox7" path="res://UI/main/ui_top_info.gd" id="1_yt25y"]
[ext_resource type="LabelSettings" uid="uid://cvwpqds25xnfs" path="res://UI/tres/ui_main_label_number.tres" id="2_yt25y"]
[ext_resource type="LabelSettings" uid="uid://d4nm0ilef64v4" path="res://UI/tres/ui_main_label_text.tres" id="3_ybp4m"]
[ext_resource type="FontFile" uid="uid://bbr43ojt1sreu" path="res://UI/font/MinecraftStandard.otf" id="4_d3bfq"]
[ext_resource type="Texture2D" uid="uid://bk8155f5le6k4" path="res://UI/main/icon_money.png" id="5_nduvf"]
[ext_resource type="Texture2D" uid="uid://bsvkdnr8p4y88" path="res://UI/main/icon_idea.png" id="6_30vig"]
[node name="UI_Top_Info" type="Control"]
custom_minimum_size = Vector2(0, 36)
layout_mode = 3
anchors_preset = 10
anchor_right = 1.0
offset_bottom = 36.0
grow_horizontal = 2
script = ExtResource("1_yt25y")
[node name="BG" type="NinePatchRect" parent="."]
custom_minimum_size = Vector2(0, 36)
layout_mode = 1
anchors_preset = 10
anchor_right = 1.0
offset_bottom = 6.0
grow_horizontal = 2
texture = ExtResource("1_uf70i")
region_rect = Rect2(0, 0, 503, 21)
patch_margin_left = 3
patch_margin_top = 3
patch_margin_right = 1
patch_margin_bottom = 3
[node name="Info" type="HBoxContainer" parent="."]
custom_minimum_size = Vector2(400, 0)
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -243.0
offset_top = -16.0
offset_right = 243.0
offset_bottom = 49.0
grow_horizontal = 2
alignment = 1
[node name="Time" type="HBoxContainer" parent="Info"]
layout_mode = 2
size_flags_horizontal = 4
theme_override_constants/separation = 0
[node name="Year" type="Label" parent="Info/Time"]
custom_minimum_size = Vector2(46, 0)
layout_mode = 2
text = "2023"
label_settings = ExtResource("2_yt25y")
horizontal_alignment = 2
vertical_alignment = 1
[node name="L_2" type="Label" parent="Info/Time"]
layout_mode = 2
text = "年"
label_settings = ExtResource("3_ybp4m")
horizontal_alignment = 1
vertical_alignment = 1
[node name="Month" type="Label" parent="Info/Time"]
custom_minimum_size = Vector2(38, 0)
layout_mode = 2
text = "12"
label_settings = ExtResource("2_yt25y")
horizontal_alignment = 1
vertical_alignment = 1
[node name="L_3" type="Label" parent="Info/Time"]
layout_mode = 2
text = "月"
label_settings = ExtResource("3_ybp4m")
horizontal_alignment = 1
vertical_alignment = 1
[node name="Week" type="Label" parent="Info/Time"]
custom_minimum_size = Vector2(38, 0)
layout_mode = 2
text = "4"
label_settings = ExtResource("2_yt25y")
horizontal_alignment = 1
vertical_alignment = 1
[node name="L_4" type="Label" parent="Info/Time"]
layout_mode = 2
text = "周"
label_settings = ExtResource("3_ybp4m")
horizontal_alignment = 1
vertical_alignment = 1
[node name="Placeholder" type="Control" parent="Info"]
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
[node name="Money" type="Button" parent="Info"]
custom_minimum_size = Vector2(214, 0)
layout_mode = 2
theme_override_fonts/font = ExtResource("4_d3bfq")
theme_override_font_sizes/font_size = 16
text = "5000"
icon = ExtResource("5_nduvf")
flat = true
alignment = 2
icon_alignment = 2
[node name="Idea" type="Button" parent="Info"]
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
theme_override_fonts/font = ExtResource("4_d3bfq")
theme_override_font_sizes/font_size = 16
text = "3"
icon = ExtResource("6_30vig")
flat = true
alignment = 2
icon_alignment = 2