skullball/godot/scenes/ui/credits.tscn

60 lines
1.6 KiB
Plaintext

[gd_scene format=3 uid="uid://dsxu0y8pjbw3k"]
[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="1_oap8i"]
[sub_resource type="LabelSettings" id="LabelSettings_1cgct"]
font_size = 32
[node name="credits" type="CreditsMenu" unique_id=1258538655 node_paths=PackedStringArray("credits_container")]
credits_container = NodePath("panel/scroll_container/v_box_container")
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_oap8i")
[node name="panel" type="Panel" parent="." unique_id=931856419]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="label" type="Label" parent="panel" unique_id=64573048]
layout_mode = 0
offset_left = 43.0
offset_top = 28.0
offset_right = 153.0
offset_bottom = 73.0
text = "Credits"
label_settings = SubResource("LabelSettings_1cgct")
[node name="scroll_container" type="ScrollContainer" parent="panel" unique_id=257439878]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 41.0
offset_top = 90.0
offset_right = -88.0
offset_bottom = -74.0
grow_horizontal = 2
grow_vertical = 2
[node name="v_box_container" type="VBoxContainer" parent="panel/scroll_container" unique_id=1886820635]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="close" type="Button" parent="panel" unique_id=676253720]
layout_mode = 0
offset_left = 46.0
offset_top = 575.0
offset_right = 91.0
offset_bottom = 606.0
text = "Close"
[connection signal="pressed" from="panel/close" to="." method="close"]