Skip to content

Commit 1fee442

Browse files
committed
credits: Add missing attribution for third-party assets
1 parent fbf6250 commit 1fee442

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

scenes/menus/title/components/credits.tscn

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,69 @@ text = "Uses [url=https://github.com/scfried/soft-type-jersey]Jersey[/url] by Sa
757757
fit_content = true
758758
horizontal_alignment = 1
759759

760+
[node name="iseesharp83Container" type="VBoxContainer" parent="PanelContainer/CreditsContainer/ScrollContainer/ScrollContent/ThirdPartyComponentsSection"]
761+
custom_minimum_size = Vector2(429.47, 0)
762+
layout_mode = 2
763+
764+
[node name="iseesharp83Title" type="PanelContainer" parent="PanelContainer/CreditsContainer/ScrollContainer/ScrollContent/ThirdPartyComponentsSection/iseesharp83Container"]
765+
custom_minimum_size = Vector2(0, 64)
766+
layout_mode = 2
767+
size_flags_horizontal = 4
768+
size_flags_vertical = 4
769+
theme_type_variation = &"NPCRibbon"
770+
771+
[node name="Title" type="Label" parent="PanelContainer/CreditsContainer/ScrollContainer/ScrollContent/ThirdPartyComponentsSection/iseesharp83Container/iseesharp83Title"]
772+
layout_mode = 2
773+
mouse_filter = 1
774+
text = "Kenney Spritesheet Importer"
775+
horizontal_alignment = 1
776+
777+
[node name="iseesharp83Body" type="RichTextLabel" parent="PanelContainer/CreditsContainer/ScrollContainer/ScrollContent/ThirdPartyComponentsSection/iseesharp83Container"]
778+
layout_mode = 2
779+
size_flags_vertical = 3
780+
bbcode_enabled = true
781+
text = "Copyright © 2024 iseesharp83
782+
783+
[url=https://bitbucket.org/iseesharp83workspace/kenney-spritesheet-importer-godot-plugin/src/406e8a292ffeb73f115c6c1ee134606d3dca9ab4/LICENSE]MIT License[/url]"
784+
fit_content = true
785+
horizontal_alignment = 1
786+
787+
[node name="CCAssetsContainer2" type="VBoxContainer" parent="PanelContainer/CreditsContainer/ScrollContainer/ScrollContent/ThirdPartyComponentsSection"]
788+
custom_minimum_size = Vector2(429.47, 0)
789+
layout_mode = 2
790+
791+
[node name="CCAssetsTitle" type="PanelContainer" parent="PanelContainer/CreditsContainer/ScrollContainer/ScrollContent/ThirdPartyComponentsSection/CCAssetsContainer2"]
792+
custom_minimum_size = Vector2(0, 64)
793+
layout_mode = 2
794+
size_flags_horizontal = 4
795+
size_flags_vertical = 4
796+
theme_type_variation = &"NPCRibbon"
797+
798+
[node name="Title" type="Label" parent="PanelContainer/CreditsContainer/ScrollContainer/ScrollContent/ThirdPartyComponentsSection/CCAssetsContainer2/CCAssetsTitle"]
799+
layout_mode = 2
800+
mouse_filter = 1
801+
text = "Creative Commons Assets"
802+
horizontal_alignment = 1
803+
804+
[node name="CCAssetsBody" type="RichTextLabel" parent="PanelContainer/CreditsContainer/ScrollContainer/ScrollContent/ThirdPartyComponentsSection/CCAssetsContainer2"]
805+
layout_mode = 2
806+
size_flags_vertical = 3
807+
bbcode_enabled = true
808+
text = "Threadbare incorporates assets by the following creators, published under [url=https://creativecommons.org/licenses/by/4.0/deed.en]Creative Commons Attribution 4.0 International[/url].
809+
810+
Andrea Calabró
811+
BY-4.0,Bogart VGM
812+
Alexandr Zhelanov
813+
F.M.Audio
814+
Lanea Zimmerman (Sharm)
815+
max2587
816+
tyops
817+
kzarkses
818+
Crow Shade
819+
William Thompson (William.Thompsonj)"
820+
fit_content = true
821+
horizontal_alignment = 1
822+
760823
[node name="FannyPackContainer" type="VBoxContainer" parent="PanelContainer/CreditsContainer/ScrollContainer/ScrollContent"]
761824
custom_minimum_size = Vector2(429.47, 0)
762825
layout_mode = 2

0 commit comments

Comments
 (0)