Raise-Your-Wand/Scenes/credit.tscn
nc5432 fb6b0bf8a8 Finished credits screen
- Credits system is functional
- Added menu transitions
2024-05-27 22:05:50 -04:00

67 lines
1.7 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://rq8lc0iamhto"]
[ext_resource type="Script" path="res://Scripts/Credit.gd" id="1_3epd7"]
[ext_resource type="Theme" uid="uid://bh8kyg4qt8rt7" path="res://Themes/default.tres" id="1_7hsdh"]
[node name="Credit" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = 663.0
offset_bottom = 663.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
script = ExtResource("1_3epd7")
expireTime = 40.0
[node name="Title" type="RichTextLabel" parent="."]
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -483.0
offset_right = 483.0
offset_bottom = 70.0
grow_horizontal = 2
theme = ExtResource("1_7hsdh")
theme_override_font_sizes/normal_font_size = 40
bbcode_enabled = true
text = "[center]Title[/center]"
[node name="Name" type="RichTextLabel" parent="."]
clip_contents = false
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -358.0
offset_top = 38.0
offset_right = 358.0
offset_bottom = 110.0
grow_horizontal = 2
theme = ExtResource("1_7hsdh")
theme_override_font_sizes/normal_font_size = 35
bbcode_enabled = true
text = "[center]Name[/center]"
[node name="Description" type="RichTextLabel" parent="Name"]
clip_contents = false
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -279.0
offset_top = 32.0
offset_right = 279.0
offset_bottom = 59.0
grow_horizontal = 2
theme = ExtResource("1_7hsdh")
theme_override_font_sizes/normal_font_size = 25
bbcode_enabled = true
text = "[center]Description"
fit_content = true
[connection signal="meta_clicked" from="Name/Description" to="." method="_on_description_meta_clicked"]