Raise-Your-Wand/Scenes/credit.tscn
2024-05-27 19:54:22 -04:00

61 lines
1.5 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://rq8lc0iamhto"]
[ext_resource type="Script" path="res://Scenes/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
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_3epd7")
[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 = 14
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_top = -274.0
offset_bottom = -202.0
grow_horizontal = 2
grow_vertical = 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 = 38.0
offset_right = 279.0
offset_bottom = 65.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