Added credits screen off of main menu

This commit is contained in:
Benjamin Morgan 2025-10-21 21:38:06 -06:00
parent e46d1066c0
commit bb963db15f
8 changed files with 165 additions and 29 deletions

58
Scenes/credits.tscn Normal file
View file

@ -0,0 +1,58 @@
[gd_scene load_steps=3 format=3 uid="uid://dylsy7qq16t6e"]
[ext_resource type="Script" uid="uid://dinqb3ubrx76h" path="res://Scenes/credits.gd" id="1_r18jl"]
[sub_resource type="LabelSettings" id="LabelSettings_gryuy"]
font_size = 36
[node name="Control" type="Control"]
layout_mode = 3
anchors_preset = 13
anchor_left = 0.5
anchor_right = 0.5
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_r18jl")
[node name="Title" type="Label" parent="."]
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -61.5
offset_top = 35.0
offset_right = 61.5
offset_bottom = 85.0
grow_horizontal = 2
text = "Credits"
label_settings = SubResource("LabelSettings_gryuy")
[node name="Columns" type="GridContainer" parent="."]
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -20.0
offset_top = 100.0
offset_right = 20.0
offset_bottom = 140.0
grow_horizontal = 2
theme_override_constants/h_separation = 30
theme_override_constants/v_separation = 5
columns = 2
[node name="Back" type="Button" parent="."]
layout_mode = 1
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -50.0
offset_top = -73.0
offset_right = 50.0
offset_bottom = -38.0
grow_horizontal = 2
grow_vertical = 0
text = "Back"