66 lines
2.0 KiB
Plaintext
66 lines
2.0 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dlp0kiw0ir3x6"]
|
|
|
|
[ext_resource type="StyleBox" uid="uid://cixomfcqh3o41" path="res://ui/MenuStyleBoxWithWideMargins.tres" id="1_a0hbm"]
|
|
[ext_resource type="Script" path="res://ui/MainMenu/About/MainMenu_About.gd" id="1_iuuu6"]
|
|
|
|
[node name="MainMenu_About" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_iuuu6")
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_styles/panel = ExtResource("1_a0hbm")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 32
|
|
|
|
[node name="LicenseButton" type="Button" parent="PanelContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_type_variation = &"FancyButtonP"
|
|
text = "License"
|
|
|
|
[node name="AcknowledgementsButton" type="Button" parent="PanelContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_type_variation = &"FancyButtonN"
|
|
text = "Acknowledgements"
|
|
|
|
[node name="BackButton" type="Button" parent="PanelContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "Back"
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme_override_constants/separation = 0
|
|
alignment = 2
|
|
|
|
[node name="LinkButton2" type="LinkButton" parent="PanelContainer/VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 8
|
|
text = "Source code"
|
|
uri = "https://github.com/blujai831/stick-the-quick"
|
|
|
|
[node name="LinkButton3" type="LinkButton" parent="PanelContainer/VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 8
|
|
text = "Report a bug"
|
|
uri = "https://github.com/blujai831/stick-the-quick/issues"
|
|
|
|
[node name="LinkButton" type="LinkButton" parent="PanelContainer/VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 8
|
|
text = "My website"
|
|
uri = "https://blujai831.dev"
|