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/Options.tscn

193 lines
5.4 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=3 format=2]
2021-10-20 15:58:06 +00:00
[ext_resource path="res://script/options/Option-Background.png" type="Texture" id=1]
2021-10-20 17:10:18 +00:00
[ext_resource path="res://script/options/Options.gd" type="Script" id=2]
2021-10-15 01:35:59 +00:00
[node name="Options" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
2021-10-20 17:10:18 +00:00
script = ExtResource( 2 )
2021-10-15 01:35:59 +00:00
__meta__ = {
"_edit_use_anchors_": false
}
2021-10-20 15:58:06 +00:00
[node name="Background" type="TextureRect" parent="."]
2021-10-20 15:58:06 +00:00
margin_right = 40.0
margin_bottom = 40.0
texture = ExtResource( 1 )
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="MenuLabel" type="RichTextLabel" parent="."]
2021-10-20 15:58:06 +00:00
margin_left = 294.0
margin_top = 68.0
margin_right = 346.0
margin_bottom = 83.0
custom_colors/default_color = Color( 0, 0, 0, 1 )
text = "Options"
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Sliders" type="VBoxContainer" parent="."]
2021-10-20 15:58:06 +00:00
margin_left = 216.0
margin_top = 128.0
margin_right = 424.0
margin_bottom = 160.0
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Master Volume Setting" type="Node2D" parent="Sliders"]
2021-10-20 15:58:06 +00:00
position = Vector2( 0, 8 )
[node name="Master Label" type="Label" parent="Sliders/Master Volume Setting"]
margin_left = -0.140289
2021-10-20 15:58:06 +00:00
margin_top = -8.0
margin_right = 63.8597
2021-10-20 15:58:06 +00:00
margin_bottom = 8.0
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "Volume:"
2021-10-20 15:58:06 +00:00
align = 2
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Master Slider" type="HSlider" parent="Sliders/Master Volume Setting"]
2021-10-20 15:58:06 +00:00
margin_left = 64.0
margin_top = -8.0
margin_right = 208.0
margin_bottom = 8.0
focus_neighbour_left = NodePath("../../../Back")
focus_neighbour_top = NodePath("../../../Back")
focus_neighbour_bottom = NodePath("../../Volume Setting/Volume Slider")
focus_next = NodePath("../../Volume Setting/Volume Slider")
focus_previous = NodePath("../../../Back")
min_value = -25.0
max_value = 0.0
tick_count = 10
ticks_on_borders = true
2021-10-20 15:58:06 +00:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Music Volume Setting" type="Node2D" parent="Sliders"]
position = Vector2( 0, 33 )
2021-10-20 15:58:06 +00:00
[node name="Music Label" type="Label" parent="Sliders/Music Volume Setting"]
2021-10-20 15:58:06 +00:00
margin_top = -8.0
margin_right = 64.0
margin_bottom = 8.0
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "Music:"
2021-10-20 15:58:06 +00:00
align = 2
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Music Slider" type="HSlider" parent="Sliders/Music Volume Setting"]
2021-10-20 15:58:06 +00:00
margin_left = 64.0
margin_top = -8.0
margin_right = 208.0
margin_bottom = 8.0
focus_neighbour_top = NodePath("../../SFX Setting/SFX Slider")
2021-10-22 06:53:04 +00:00
focus_neighbour_bottom = NodePath("../../../Buttons/Dark")
focus_next = NodePath("../../../Buttons/Dark")
focus_previous = NodePath("../../SFX Setting/SFX Slider")
min_value = -50.0
max_value = 0.0
tick_count = 10
ticks_on_borders = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="SFX Volume Setting" type="Node2D" parent="Sliders"]
[node name="SFX Label" type="Label" parent="Sliders/SFX Volume Setting"]
margin_top = 48.0
margin_right = 64.0
margin_bottom = 64.0
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "SFX:"
align = 2
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="SFX Slider" type="HSlider" parent="Sliders/SFX Volume Setting"]
margin_left = 64.0
margin_top = 48.0
margin_right = 208.0
margin_bottom = 64.0
min_value = -50.0
max_value = 0.0
tick_count = 10
ticks_on_borders = true
2021-10-20 15:58:06 +00:00
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Buttons" type="HBoxContainer" parent="."]
2021-10-20 15:58:06 +00:00
margin_left = 216.0
margin_top = 200.0
2021-10-20 15:58:06 +00:00
margin_right = 424.0
margin_bottom = 224.0
2021-10-20 15:58:06 +00:00
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="Light" type="Button" parent="Buttons"]
2021-10-20 15:58:06 +00:00
margin_right = 102.0
margin_bottom = 24.0
rect_min_size = Vector2( 102, 0 )
focus_neighbour_left = NodePath("../../Back")
focus_neighbour_top = NodePath("../../Sliders/Volume Setting/Volume Slider")
focus_neighbour_right = NodePath("../Dark")
focus_next = NodePath("../Dark")
focus_previous = NodePath("../../Sliders/Volume Setting/Volume Slider")
2021-10-20 15:58:06 +00:00
text = "Light Mode"
[node name="Dark" type="Button" parent="Buttons"]
2021-10-20 15:58:06 +00:00
margin_left = 106.0
margin_right = 208.0
margin_bottom = 24.0
rect_min_size = Vector2( 102, 0 )
focus_neighbour_left = NodePath("../Light")
focus_neighbour_top = NodePath("../../Sliders/Volume Setting/Volume Slider")
focus_next = NodePath("../../Back")
focus_previous = NodePath("../Light")
2021-10-20 15:58:06 +00:00
text = "Dark Mode"
[node name="Back" type="Button" parent="."]
2021-10-20 15:58:06 +00:00
margin_left = 16.0
margin_top = 16.0
margin_right = 28.0
margin_bottom = 36.0
2021-10-22 06:53:04 +00:00
focus_neighbour_left = NodePath(".")
focus_neighbour_top = NodePath(".")
2021-10-22 06:53:04 +00:00
focus_neighbour_right = NodePath("../Sliders/SFX Setting/SFX Slider")
focus_neighbour_bottom = NodePath("../Buttons/Light")
2021-10-22 06:53:04 +00:00
focus_next = NodePath("../Sliders/SFX Setting/SFX Slider")
focus_previous = NodePath(".")
2021-10-20 15:58:06 +00:00
text = "Back"
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
2021-10-20 17:10:18 +00:00
[connection signal="value_changed" from="Sliders/Master Volume Setting/Master Slider" to="." method="_on_Master_Slider_value_changed"]
[connection signal="value_changed" from="Sliders/Music Volume Setting/Music Slider" to="." method="_on_Music_Slider_value_changed"]
[connection signal="value_changed" from="Sliders/SFX Volume Setting/SFX Slider" to="." method="_on_SFX_Slider_value_changed"]
[connection signal="pressed" from="Buttons/Light" to="." method="_on_Light_pressed"]
[connection signal="pressed" from="Buttons/Dark" to="." method="_on_Dark_pressed"]
[connection signal="pressed" from="Back" to="." method="_on_Button_pressed"]