mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-14 21:15:58 +00:00
Completed Credits Scene
This commit is contained in:
parent
47c2acdada
commit
f57f6acb9a
@ -24,6 +24,22 @@ __meta__ = {
|
|||||||
"_edit_use_anchors_": false
|
"_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="."]
|
[node name="Credits Label" type="Label" parent="."]
|
||||||
anchor_left = 0.5
|
anchor_left = 0.5
|
||||||
anchor_right = 0.5
|
anchor_right = 0.5
|
||||||
@ -41,12 +57,14 @@ __meta__ = {
|
|||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="Programmer" type="Label" parent="."]
|
[node name="Developmental Team" type="Label" parent="."]
|
||||||
margin_right = 248.0
|
margin_left = 64.0
|
||||||
margin_bottom = 16.0
|
margin_top = 104.0
|
||||||
|
margin_right = 576.0
|
||||||
|
margin_bottom = 120.0
|
||||||
custom_fonts/font = SubResource( 2 )
|
custom_fonts/font = SubResource( 2 )
|
||||||
text = "Lead Programmer:"
|
text = "Developmental Team"
|
||||||
align = 2
|
align = 1
|
||||||
valign = 1
|
valign = 1
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
@ -54,9 +72,9 @@ __meta__ = {
|
|||||||
|
|
||||||
[node name="Programmer Titles" type="VBoxContainer" parent="."]
|
[node name="Programmer Titles" type="VBoxContainer" parent="."]
|
||||||
margin_left = 64.0
|
margin_left = 64.0
|
||||||
margin_top = 104.0
|
margin_top = 120.0
|
||||||
margin_right = 312.0
|
margin_right = 312.0
|
||||||
margin_bottom = 180.0
|
margin_bottom = 196.0
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
@ -110,9 +128,9 @@ __meta__ = {
|
|||||||
|
|
||||||
[node name="Programmer Name" type="VBoxContainer" parent="."]
|
[node name="Programmer Name" type="VBoxContainer" parent="."]
|
||||||
margin_left = 328.0
|
margin_left = 328.0
|
||||||
margin_top = 104.0
|
margin_top = 120.0
|
||||||
margin_right = 576.0
|
margin_right = 576.0
|
||||||
margin_bottom = 180.0
|
margin_bottom = 196.0
|
||||||
__meta__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
@ -160,18 +178,93 @@ __meta__ = {
|
|||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="Back" type="Button" parent="."]
|
[node name="Assets" type="Label" parent="."]
|
||||||
margin_left = 16.0
|
margin_left = 64.0
|
||||||
margin_top = 16.0
|
margin_top = 208.0
|
||||||
margin_right = 83.0
|
margin_right = 576.0
|
||||||
margin_bottom = 40.0
|
margin_bottom = 224.0
|
||||||
focus_neighbour_left = NodePath(".")
|
custom_fonts/font = SubResource( 2 )
|
||||||
focus_neighbour_top = NodePath(".")
|
text = "Assets"
|
||||||
focus_neighbour_right = NodePath("../Sliders/SFX Setting/SFX Slider")
|
align = 1
|
||||||
focus_neighbour_bottom = NodePath("../Buttons/Light")
|
valign = 1
|
||||||
focus_next = NodePath("../Sliders/SFX Setting/SFX Slider")
|
__meta__ = {
|
||||||
focus_previous = NodePath(".")
|
"_edit_use_anchors_": false
|
||||||
text = "Back"
|
}
|
||||||
|
|
||||||
|
[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__ = {
|
__meta__ = {
|
||||||
"_edit_use_anchors_": false
|
"_edit_use_anchors_": false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user