diff --git a/godot_ship/scenes/Credits.tscn b/godot_ship/scenes/Credits.tscn index 161d504..1a68115 100644 --- a/godot_ship/scenes/Credits.tscn +++ b/godot_ship/scenes/Credits.tscn @@ -24,6 +24,22 @@ __meta__ = { "_edit_use_anchors_": false } +[node name="Back" type="Button" parent="."] +margin_left = 16.0 +margin_top = 16.0 +margin_right = 83.0 +margin_bottom = 40.0 +focus_neighbour_left = NodePath(".") +focus_neighbour_top = NodePath(".") +focus_neighbour_right = NodePath("../Sliders/SFX Setting/SFX Slider") +focus_neighbour_bottom = NodePath("../Buttons/Light") +focus_next = NodePath("../Sliders/SFX Setting/SFX Slider") +focus_previous = NodePath(".") +text = "Back" +__meta__ = { +"_edit_use_anchors_": false +} + [node name="Credits Label" type="Label" parent="."] anchor_left = 0.5 anchor_right = 0.5 @@ -41,12 +57,14 @@ __meta__ = { "_edit_use_anchors_": false } -[node name="Programmer" type="Label" parent="."] -margin_right = 248.0 -margin_bottom = 16.0 +[node name="Developmental Team" type="Label" parent="."] +margin_left = 64.0 +margin_top = 104.0 +margin_right = 576.0 +margin_bottom = 120.0 custom_fonts/font = SubResource( 2 ) -text = "Lead Programmer:" -align = 2 +text = "Developmental Team" +align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false @@ -54,9 +72,9 @@ __meta__ = { [node name="Programmer Titles" type="VBoxContainer" parent="."] margin_left = 64.0 -margin_top = 104.0 +margin_top = 120.0 margin_right = 312.0 -margin_bottom = 180.0 +margin_bottom = 196.0 __meta__ = { "_edit_use_anchors_": false } @@ -110,9 +128,9 @@ __meta__ = { [node name="Programmer Name" type="VBoxContainer" parent="."] margin_left = 328.0 -margin_top = 104.0 +margin_top = 120.0 margin_right = 576.0 -margin_bottom = 180.0 +margin_bottom = 196.0 __meta__ = { "_edit_use_anchors_": false } @@ -160,18 +178,93 @@ __meta__ = { "_edit_use_anchors_": false } -[node name="Back" type="Button" parent="."] -margin_left = 16.0 -margin_top = 16.0 -margin_right = 83.0 -margin_bottom = 40.0 -focus_neighbour_left = NodePath(".") -focus_neighbour_top = NodePath(".") -focus_neighbour_right = NodePath("../Sliders/SFX Setting/SFX Slider") -focus_neighbour_bottom = NodePath("../Buttons/Light") -focus_next = NodePath("../Sliders/SFX Setting/SFX Slider") -focus_previous = NodePath(".") -text = "Back" +[node name="Assets" type="Label" parent="."] +margin_left = 64.0 +margin_top = 208.0 +margin_right = 576.0 +margin_bottom = 224.0 +custom_fonts/font = SubResource( 2 ) +text = "Assets" +align = 1 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Assets Titles" type="VBoxContainer" parent="."] +margin_left = 64.0 +margin_top = 224.0 +margin_right = 312.0 +margin_bottom = 288.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="BGM" type="Label" parent="Assets Titles"] +margin_right = 248.0 +margin_bottom = 35.0 +custom_fonts/font = SubResource( 2 ) +text = "Background Music: +" +align = 2 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SFX" type="Label" parent="Assets Titles"] +margin_top = 39.0 +margin_right = 248.0 +margin_bottom = 55.0 +custom_fonts/font = SubResource( 2 ) +text = "SFX Sounds:" +align = 2 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Assets Credits" type="VBoxContainer" parent="."] +margin_left = 328.0 +margin_top = 225.0 +margin_right = 576.0 +margin_bottom = 299.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Composer" type="Label" parent="Assets Credits"] +margin_right = 248.0 +margin_bottom = 35.0 +custom_fonts/font = SubResource( 2 ) +text = "\"Captain Scurvy\" Kevin + MacLeod (incompetech.com)" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="SFX creators" type="Label" parent="Assets Credits"] +margin_top = 39.0 +margin_right = 248.0 +margin_bottom = 74.0 +custom_fonts/font = SubResource( 2 ) +text = "Creator Assets +Free Sounds Library" +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Engine" type="Label" parent="."] +margin_left = 64.0 +margin_top = 312.0 +margin_right = 576.0 +margin_bottom = 328.0 +custom_fonts/font = SubResource( 2 ) +text = "Created Using Godot Engine" +align = 1 +valign = 1 __meta__ = { "_edit_use_anchors_": false }