Skip to content

Commit 2d229da

Browse files
committed
credits: Split Soft Type Project font to its own section
1 parent 36ffdd3 commit 2d229da

1 file changed

Lines changed: 26 additions & 3 deletions

File tree

scenes/menus/title/components/credits.tscn

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -672,9 +672,7 @@ stretch_mode = 5
672672
layout_mode = 2
673673
size_flags_vertical = 3
674674
bbcode_enabled = true
675-
text = "Built with [url=https://godotengine.org/]Godot Engine[/url] ([url=https://godotengine.org/license/]MIT license[/url])
676-
677-
Uses [url=https://github.com/scfried/soft-type-jersey]Jersey[/url] by Sarah Cadigan-Fried and The Soft Type Project Authors ([url=https://github.com/scfried/soft-type-jersey?tab=OFL-1.1-1-ov-file]OFL-1.1 license[/url])"
675+
text = "Built with [url=https://godotengine.org/]Godot Engine[/url] ([url=https://godotengine.org/license/]MIT license[/url])"
678676
fit_content = true
679677
horizontal_alignment = 1
680678

@@ -705,6 +703,31 @@ text = "[url=https://dialogue.nathanhoad.net/]Dialogue Manager[/url] ([url=https
705703
fit_content = true
706704
horizontal_alignment = 1
707705

706+
[node name="SoftTypeContainer" type="VBoxContainer" parent="PanelContainer/CreditsContainer/ScrollContainer/ScrollContent/ThirdPartyComponentsSection"]
707+
custom_minimum_size = Vector2(429.47, 0)
708+
layout_mode = 2
709+
710+
[node name="SoftTypeTitle" type="PanelContainer" parent="PanelContainer/CreditsContainer/ScrollContainer/ScrollContent/ThirdPartyComponentsSection/SoftTypeContainer"]
711+
custom_minimum_size = Vector2(0, 64)
712+
layout_mode = 2
713+
size_flags_horizontal = 4
714+
size_flags_vertical = 4
715+
theme_type_variation = &"NPCRibbon"
716+
717+
[node name="Title" type="Label" parent="PanelContainer/CreditsContainer/ScrollContainer/ScrollContent/ThirdPartyComponentsSection/SoftTypeContainer/SoftTypeTitle"]
718+
layout_mode = 2
719+
mouse_filter = 1
720+
text = "Soft Type Project"
721+
horizontal_alignment = 1
722+
723+
[node name="SoftTypeBody" type="RichTextLabel" parent="PanelContainer/CreditsContainer/ScrollContainer/ScrollContent/ThirdPartyComponentsSection/SoftTypeContainer"]
724+
layout_mode = 2
725+
size_flags_vertical = 3
726+
bbcode_enabled = true
727+
text = "Uses [url=https://github.com/scfried/soft-type-jersey]Jersey[/url] by Sarah Cadigan-Fried and The Soft Type Project Authors ([url=https://github.com/scfried/soft-type-jersey?tab=OFL-1.1-1-ov-file]OFL-1.1 license[/url])"
728+
fit_content = true
729+
horizontal_alignment = 1
730+
708731
[node name="FannyPackContainer" type="VBoxContainer" parent="PanelContainer/CreditsContainer/ScrollContainer/ScrollContent"]
709732
custom_minimum_size = Vector2(429.47, 0)
710733
layout_mode = 2

0 commit comments

Comments
 (0)