85 lines
2 KiB
Text
85 lines
2 KiB
Text
[gd_scene load_steps=2 format=3 uid="uid://top_bar"]
|
||
|
||
[ext_resource type="Script" path="res://scenes/ui/top_bar.gd" id="1_topbar"]
|
||
|
||
[node name="TopBar" type="CanvasLayer"]
|
||
layer = 10
|
||
script = ExtResource("1_topbar")
|
||
|
||
[node name="Anchor" type="Control" parent="."]
|
||
anchor_right = 1.0
|
||
anchor_bottom = 0.0
|
||
offset_bottom = 48.0
|
||
grow_horizontal = 2
|
||
|
||
[node name="ButtonRow" type="HBoxContainer" parent="Anchor"]
|
||
offset_left = 8.0
|
||
offset_top = 8.0
|
||
offset_right = 300.0
|
||
offset_bottom = 40.0
|
||
|
||
[node name="PauseBtn" type="Button" parent="Anchor/ButtonRow"]
|
||
focus_mode = 0
|
||
custom_minimum_size = Vector2(36, 40)
|
||
text = "‖"
|
||
|
||
[node name="NormalBtn" type="Button" parent="Anchor/ButtonRow"]
|
||
focus_mode = 0
|
||
custom_minimum_size = Vector2(36, 40)
|
||
text = "1×"
|
||
|
||
[node name="FastBtn" type="Button" parent="Anchor/ButtonRow"]
|
||
focus_mode = 0
|
||
custom_minimum_size = Vector2(36, 40)
|
||
text = "5×"
|
||
|
||
[node name="UltraBtn" type="Button" parent="Anchor/ButtonRow"]
|
||
focus_mode = 0
|
||
custom_minimum_size = Vector2(36, 40)
|
||
text = "12×"
|
||
|
||
[node name="SaveBtn" type="Button" parent="Anchor/ButtonRow"]
|
||
focus_mode = 0
|
||
custom_minimum_size = Vector2(40, 40)
|
||
text = "💾"
|
||
|
||
[node name="LoadBtn" type="Button" parent="Anchor/ButtonRow"]
|
||
focus_mode = 0
|
||
custom_minimum_size = Vector2(40, 40)
|
||
text = "📂"
|
||
|
||
[node name="ClockLabel" type="Label" parent="Anchor"]
|
||
anchor_left = 0.5
|
||
anchor_right = 0.5
|
||
anchor_bottom = 0.0
|
||
offset_left = -80.0
|
||
offset_top = 8.0
|
||
offset_right = 80.0
|
||
offset_bottom = 40.0
|
||
grow_horizontal = 2
|
||
text = "Day 1, 06:00"
|
||
horizontal_alignment = 1
|
||
|
||
[node name="SeasonLabel" type="Label" parent="Anchor"]
|
||
anchor_left = 0.5
|
||
anchor_right = 0.5
|
||
anchor_bottom = 0.0
|
||
offset_left = 90.0
|
||
offset_top = 8.0
|
||
offset_right = 230.0
|
||
offset_bottom = 40.0
|
||
grow_horizontal = 2
|
||
text = "Spring 1/12"
|
||
horizontal_alignment = 1
|
||
|
||
[node name="TickLabel" type="Label" parent="Anchor"]
|
||
anchor_left = 1.0
|
||
anchor_right = 1.0
|
||
anchor_bottom = 0.0
|
||
offset_left = -120.0
|
||
offset_top = 8.0
|
||
offset_right = -8.0
|
||
offset_bottom = 40.0
|
||
grow_horizontal = 0
|
||
text = "(boot)"
|
||
horizontal_alignment = 2
|