58 lines
1.7 KiB
Plaintext
58 lines
1.7 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c6pcfriyav1bi"]
|
|
|
|
[ext_resource type="Script" path="res://ui/credits/credits.gd" id="1_g50xm"]
|
|
[ext_resource type="Texture2D" uid="uid://b48bhtfvrv7rc" path="res://assets/background.png" id="2_2fctk"]
|
|
|
|
[node name="Control" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("1_g50xm")
|
|
|
|
[node name="Background" type="TextureRect" parent="."]
|
|
layout_mode = 0
|
|
offset_left = -28284.0
|
|
offset_top = -28611.0
|
|
offset_right = 95490.0
|
|
offset_bottom = 68437.0
|
|
scale = Vector2(0.5, 0.5)
|
|
texture = ExtResource("2_2fctk")
|
|
stretch_mode = 1
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_right = 1880.0
|
|
offset_bottom = 1040.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
|
|
custom_minimum_size = Vector2(250, 200)
|
|
layout_mode = 2
|
|
alignment = 1
|
|
|
|
[node name="Label" type="Label" parent="CenterContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
theme_override_font_sizes/font_size = 29
|
|
text = "Credits
|
|
Ethan Wellenreiter"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Main Menu" type="Button" parent="CenterContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Main Menu"
|
|
|
|
[node name="Quit" type="Button" parent="CenterContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Quit"
|
|
|
|
[connection signal="pressed" from="CenterContainer/VBoxContainer/Main Menu" to="." method="_on_main_menu_pressed"]
|
|
[connection signal="pressed" from="CenterContainer/VBoxContainer/Quit" to="." method="_on_quit_pressed"]
|