2026-03-05 20:13:45 +03:00
|
|
|
[gd_scene format=3 uid="uid://cdbqh3hvqvpab"]
|
2025-11-20 10:02:20 +03:00
|
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://5f80g4i46ycl" path="res://UI/TopMenu/BurgerButton/button.burger.normal.png" id="1_0ttbs"]
|
|
|
|
|
[ext_resource type="Script" uid="uid://co14qmemlpt4a" path="res://UI/TopMenu/top_menu.gd" id="1_jcwb6"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cimgueu70lvqi" path="res://UI/TopMenu/BurgerButton/button.burger.focused.png" id="4_5mkgh"]
|
|
|
|
|
[ext_resource type="FontFile" uid="uid://deij0htxjmcs7" path="res://fonts/Roboto-Light.ttf" id="5_14pnr"]
|
|
|
|
|
|
2026-03-05 20:13:45 +03:00
|
|
|
[node name="TopMenu" type="HBoxContainer" unique_id=10516167 node_paths=PackedStringArray("BurgerButton", "DateTime", "Info", "TopMenuButtons")]
|
2025-11-20 10:02:20 +03:00
|
|
|
custom_minimum_size = Vector2(0, 128)
|
|
|
|
|
theme_override_constants/separation = 0
|
|
|
|
|
script = ExtResource("1_jcwb6")
|
|
|
|
|
BurgerButton = NodePath("BurgerButton")
|
|
|
|
|
DateTime = NodePath("InfoPanel/DateTime")
|
|
|
|
|
Info = NodePath("InfoPanel/Info")
|
|
|
|
|
TopMenuButtons = {
|
2026-03-05 20:13:45 +03:00
|
|
|
"Charsheet": NodePath(""),
|
|
|
|
|
"Dialog": NodePath(""),
|
|
|
|
|
"Questlog": NodePath(""),
|
|
|
|
|
"Starship": NodePath(""),
|
|
|
|
|
"Travel": NodePath("")
|
2025-11-20 10:02:20 +03:00
|
|
|
}
|
|
|
|
|
|
2026-03-05 20:13:45 +03:00
|
|
|
[node name="BurgerButton" type="TextureButton" parent="." unique_id=760392200]
|
2025-11-20 10:02:20 +03:00
|
|
|
custom_minimum_size = Vector2(128, 128)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 4
|
|
|
|
|
size_flags_vertical = 4
|
|
|
|
|
texture_normal = ExtResource("1_0ttbs")
|
|
|
|
|
texture_focused = ExtResource("4_5mkgh")
|
|
|
|
|
|
2026-03-05 20:13:45 +03:00
|
|
|
[node name="InfoPanel" type="VBoxContainer" parent="." unique_id=685953039]
|
2025-11-20 10:02:20 +03:00
|
|
|
custom_minimum_size = Vector2(256, 0)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
theme_override_constants/separation = 0
|
|
|
|
|
|
2026-03-05 20:13:45 +03:00
|
|
|
[node name="DateTime" type="Label" parent="InfoPanel" unique_id=1261215093]
|
2025-11-20 10:02:20 +03:00
|
|
|
custom_minimum_size = Vector2(240, 64)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
theme_override_colors/font_color = Color(0, 0.6862745, 0, 1)
|
|
|
|
|
theme_override_fonts/font = ExtResource("5_14pnr")
|
|
|
|
|
theme_override_font_sizes/font_size = 36
|
|
|
|
|
text = "2025.11.16 09:23"
|
|
|
|
|
horizontal_alignment = 1
|
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
|
2026-03-05 20:13:45 +03:00
|
|
|
[node name="Info" type="Label" parent="InfoPanel" unique_id=2140704604]
|
2025-11-20 10:02:20 +03:00
|
|
|
custom_minimum_size = Vector2(240, 64)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
theme_override_colors/font_color = Color(0, 0.6862745, 0, 1)
|
|
|
|
|
theme_override_fonts/font = ExtResource("5_14pnr")
|
|
|
|
|
theme_override_font_sizes/font_size = 36
|
|
|
|
|
horizontal_alignment = 1
|
|
|
|
|
vertical_alignment = 1
|
|
|
|
|
|
2026-03-05 20:13:45 +03:00
|
|
|
[node name="Control" type="Control" parent="." unique_id=645103441]
|
2025-11-20 10:02:20 +03:00
|
|
|
custom_minimum_size = Vector2(640, 128)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
|
|
|
|
|
[connection signal="pressed" from="BurgerButton" to="." method="on_putton_pressed" binds= ["Burger"]]
|