58 lines
1.3 KiB
Text
58 lines
1.3 KiB
Text
[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"
|