94 lines
2.9 KiB
Plaintext
94 lines
2.9 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bbosp40r6bmvm"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bylv28ggyd7pq" path="res://ui/MainMenu/About/heart.png" id="1_e4occ"]
|
|
[ext_resource type="Texture2D" uid="uid://xgfoj5ru6bg8" path="res://ui/MainMenu/About/broken_heart.png" id="1_gh31r"]
|
|
[ext_resource type="Script" path="res://ui/MainMenu/About/About_Acknowledgements.gd" id="1_ls0yn"]
|
|
|
|
[node name="About_Acknowledgements" 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_ls0yn")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 32
|
|
|
|
[node name="Label" type="Label" parent="CenterContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Special thanks to the following parties,
|
|
without whom this project would not be possible:"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="InspirationsButton" type="Button" parent="CenterContainer/VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Other games drawn upon for inspiration"
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="CenterContainer/VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="ToolsButton" type="Button" parent="CenterContainer/VBoxContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "Tools and resources"
|
|
|
|
[node name="AntiButton" type="Button" parent="CenterContainer/VBoxContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 16
|
|
text = "(Anti-
|
|
acknowledgements)"
|
|
|
|
[node name="DiscordButton" type="Button" parent="CenterContainer/VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "A really wonderful Discord server"
|
|
|
|
[node name="FriendsButton" type="Button" parent="CenterContainer/VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "My childhood friends"
|
|
|
|
[node name="UncleButton" type="Button" parent="CenterContainer/VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "My uncle"
|
|
|
|
[node name="YouButton" type="Button" parent="CenterContainer/VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "You!"
|
|
icon = ExtResource("1_e4occ")
|
|
icon_alignment = 2
|
|
expand_icon = true
|
|
|
|
[node name="MomButton" type="Button" parent="CenterContainer/VBoxContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Mom..."
|
|
icon = ExtResource("1_gh31r")
|
|
icon_alignment = 2
|
|
expand_icon = true
|
|
|
|
[node name="BackButton" type="Button" parent="CenterContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "Back"
|