1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-15 05:25:57 +00:00
Boat-Battle/godot_ship/scenes/Credits.tscn

273 lines
5.8 KiB
Plaintext
Raw Normal View History

2021-11-23 04:06:11 +00:00
[gd_scene load_steps=6 format=2]
[ext_resource path="res://assets/font/Minecraft.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://script/credits/Credits.gd" type="Script" id=2]
2021-11-23 04:06:11 +00:00
[ext_resource path="res://light_theme.tres" type="Theme" id=3]
[sub_resource type="DynamicFont" id=1]
size = 44
outline_size = 2
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=2]
outline_size = 1
outline_color = Color( 0, 0, 0, 1 )
font_data = ExtResource( 1 )
[node name="Credits" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 3 )
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
2021-11-23 04:23:57 +00:00
[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
}
2021-11-23 04:06:11 +00:00
[node name="Credits Label" type="Label" parent="."]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -82.0
margin_top = 49.0
margin_right = 82.0
margin_bottom = 93.0
custom_fonts/font = SubResource( 1 )
custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
custom_constants/shadow_offset_y = 8
text = "Credits"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
2021-11-23 04:23:57 +00:00
[node name="Developmental Team" type="Label" parent="."]
margin_left = 64.0
margin_top = 104.0
margin_right = 576.0
margin_bottom = 120.0
2021-11-23 04:06:11 +00:00
custom_fonts/font = SubResource( 2 )
2021-11-23 04:23:57 +00:00
text = "Developmental Team"
align = 1
2021-11-23 04:06:11 +00:00
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Programmer Titles" type="VBoxContainer" parent="."]
margin_left = 64.0
2021-11-23 04:23:57 +00:00
margin_top = 120.0
2021-11-23 04:06:11 +00:00
margin_right = 312.0
2021-11-23 04:23:57 +00:00
margin_bottom = 196.0
2021-11-23 04:06:11 +00:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Programmer" type="Label" parent="Programmer Titles"]
margin_right = 248.0
margin_bottom = 16.0
custom_fonts/font = SubResource( 2 )
text = "Lead Programmer:"
align = 2
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Design" type="Label" parent="Programmer Titles"]
margin_top = 20.0
margin_right = 248.0
margin_bottom = 36.0
custom_fonts/font = SubResource( 2 )
text = "Project Design:"
align = 2
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Art" type="Label" parent="Programmer Titles"]
margin_top = 40.0
margin_right = 248.0
margin_bottom = 56.0
custom_fonts/font = SubResource( 2 )
text = "Artist:"
align = 2
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Sound" type="Label" parent="Programmer Titles"]
margin_top = 60.0
margin_right = 248.0
margin_bottom = 76.0
custom_fonts/font = SubResource( 2 )
text = "Sound Engineer:"
align = 2
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Programmer Name" type="VBoxContainer" parent="."]
margin_left = 328.0
2021-11-23 04:23:57 +00:00
margin_top = 120.0
2021-11-23 04:06:11 +00:00
margin_right = 576.0
2021-11-23 04:23:57 +00:00
margin_bottom = 196.0
2021-11-23 04:06:11 +00:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Programmer" type="Label" parent="Programmer Name"]
margin_right = 248.0
margin_bottom = 16.0
custom_fonts/font = SubResource( 2 )
text = "John Breaux"
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Design" type="Label" parent="Programmer Name"]
margin_top = 20.0
margin_right = 248.0
margin_bottom = 36.0
custom_fonts/font = SubResource( 2 )
text = "Chance Atkinson"
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Art" type="Label" parent="Programmer Name"]
margin_top = 40.0
margin_right = 248.0
margin_bottom = 56.0
custom_fonts/font = SubResource( 2 )
text = "Tommy Ngo"
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Sound" type="Label" parent="Programmer Name"]
margin_top = 60.0
margin_right = 248.0
margin_bottom = 76.0
custom_fonts/font = SubResource( 2 )
text = "Hien Pham"
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
2021-11-23 04:23:57 +00:00
[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
2021-11-23 04:06:11 +00:00
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="pressed" from="Back" to="." method="_on_Back_pressed"]