aboutsummaryrefslogtreecommitdiff
path: root/game/src/CreditsMenu/CreditsMenu.tscn
blob: 8a81823c24552405eaa49505e06ee9ba6b983be8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[gd_scene load_steps=2 format=3 uid="uid://c8knthxkwj1uj"]

[ext_resource type="Script" path="res://src/CreditsMenu/CreditsMenu.gd" id="1_csd7i"]

[node name="CreditsMenu" type="Control" node_paths=PackedStringArray("credits_list")]
editor_description = "UI-34"
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_csd7i")
core_credits_path = "res://common/credits.csv"
label_variants_project = &"Label_ProjectCredits"
label_variants_role = &"Label_RoleCredits"
label_variants_person = &"Label_PersonCredits"
credits_list = NodePath("Scroll/CreditsList")

[node name="ControlMargin" type="MarginContainer" parent="."]
layout_mode = 2
anchor_right = 1.0
anchor_bottom = 0.071
offset_bottom = -0.120003
theme_override_constants/margin_left = 20
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 20
theme_override_constants/margin_bottom = 10

[node name="BackButton" type="Button" parent="ControlMargin"]
editor_description = "UI-38"
layout_mode = 2
text = "Back to Main Menu"

[node name="Scroll" type="ScrollContainer" parent="."]
editor_description = "UI-35"
layout_mode = 2
anchor_top = 0.071
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = -0.120003
offset_bottom = -6.0

[node name="CreditsList" type="VBoxContainer" parent="Scroll"]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3

[connection signal="pressed" from="ControlMargin/BackButton" to="." method="_on_back_button_pressed"]