hero-mark-2/menus/marathon_start.tscn
pennyrigate 6a8eab1eb7 stuff'
2024-07-07 21:23:35 -04:00

253 lines
8.2 KiB
Text

[gd_scene load_steps=13 format=2]
[ext_resource path="res://shaders/ska_plane.gdshader" type="Shader" id=1]
[ext_resource path="res://ui/theme.tres" type="Theme" id=2]
[ext_resource path="res://menus/marathon_start.gd" type="Script" id=3]
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=5]
[ext_resource path="res://graphics/hud/file_select_arrow.png" type="Texture" id=6]
[ext_resource path="res://ui/2ndpuberty_scholar_outline.fnt" type="BitmapFont" id=7]
[ext_resource path="res://shaders/wibble_wobble.gdshader" type="Shader" id=8]
[ext_resource path="res://graphics/hud/pause_arrow.png" type="Texture" id=9]
[ext_resource path="res://menus/marathon_select_lives.gd" type="Script" id=10]
[sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 1 )
shader_param/color_1 = Color( 0.815686, 0.917647, 0.462745, 1 )
shader_param/color_2 = Color( 0.152941, 0.772549, 0.356863, 1 )
shader_param/checker_size = Vector2( 24, 24 )
shader_param/pan_speed = Vector2( 8, 12 )
shader_param/cycle_speed = Vector2( 4, 4 )
shader_param/cycle_alternation = Vector2( 4, 4 )
shader_param/uv_transform = Transform2D( 1, 0, 1, 1, 0, 0 )
[sub_resource type="ShaderMaterial" id=2]
shader = ExtResource( 8 )
shader_param/speed = Vector2( 4, 0 )
shader_param/ammount = Vector2( 2, 0 )
shader_param/offset = Vector2( 0, 0 )
shader_param/delay = Vector2( 0, 0 )
[sub_resource type="ShaderMaterial" id=3]
shader = ExtResource( 8 )
shader_param/speed = Vector2( 4, 0 )
shader_param/ammount = Vector2( 2, 0 )
shader_param/offset = Vector2( 0, 0 )
shader_param/delay = Vector2( 4, 0 )
[node name="MarathonStart" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 2 )
script = ExtResource( 3 )
[node name="Background" type="ColorRect" parent="."]
material = SubResource( 1 )
anchor_right = 1.0
anchor_bottom = 1.0
[node name="PressStart" type="Label" parent="."]
material = ExtResource( 5 )
anchor_right = 1.0
margin_top = 160.0
margin_bottom = 182.0
theme = ExtResource( 2 )
text = "Press start to begin"
align = 1
valign = 1
[node name="FlavorText" type="Label" parent="."]
material = ExtResource( 5 )
anchor_right = 1.0
margin_top = 8.0
margin_bottom = 31.0
theme = ExtResource( 2 )
text = "Begin your adventure...
in revolution 2083 world"
align = 1
valign = 1
[node name="DifficultySelect" type="PanelContainer" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -112.0
margin_top = -48.0
margin_right = 112.0
focus_mode = 2
[node name="VBoxContainer" type="VBoxContainer" parent="DifficultySelect"]
margin_left = 3.0
margin_top = 3.0
margin_right = 221.0
margin_bottom = 45.0
[node name="DiffcultySelect" type="Label" parent="DifficultySelect/VBoxContainer"]
material = ExtResource( 5 )
margin_right = 218.0
margin_bottom = 14.0
rect_min_size = Vector2( 0, 14 )
text = "difficulty select:"
align = 1
valign = 1
[node name="HBoxContainer" type="HBoxContainer" parent="DifficultySelect/VBoxContainer"]
margin_top = 18.0
margin_right = 218.0
margin_bottom = 42.0
custom_constants/separation = 8
alignment = 1
[node name="Beginner" type="VBoxContainer" parent="DifficultySelect/VBoxContainer/HBoxContainer"]
margin_left = 3.0
margin_right = 59.0
margin_bottom = 24.0
custom_constants/separation = 2
[node name="Label" type="Label" parent="DifficultySelect/VBoxContainer/HBoxContainer/Beginner"]
margin_right = 56.0
margin_bottom = 10.0
custom_fonts/font = ExtResource( 7 )
text = "Beginner"
[node name="BeginnerButton" type="TextureButton" parent="DifficultySelect/VBoxContainer/HBoxContainer/Beginner"]
unique_name_in_owner = true
material = ExtResource( 5 )
margin_left = 28.0
margin_top = 12.0
margin_right = 28.0
margin_bottom = 24.0
rect_min_size = Vector2( 0, 12 )
focus_neighbour_right = NodePath("../../Advanced/AdvancedButton")
size_flags_horizontal = 4
texture_focused = ExtResource( 6 )
expand = true
stretch_mode = 3
[node name="Advanced" type="VBoxContainer" parent="DifficultySelect/VBoxContainer/HBoxContainer"]
margin_left = 67.0
margin_right = 123.0
margin_bottom = 24.0
custom_constants/separation = 2
[node name="Label" type="Label" parent="DifficultySelect/VBoxContainer/HBoxContainer/Advanced"]
margin_right = 56.0
margin_bottom = 10.0
custom_fonts/font = ExtResource( 7 )
text = "Advanced"
[node name="AdvancedButton" type="TextureButton" parent="DifficultySelect/VBoxContainer/HBoxContainer/Advanced"]
unique_name_in_owner = true
material = ExtResource( 5 )
margin_left = 28.0
margin_top = 12.0
margin_right = 28.0
margin_bottom = 24.0
rect_min_size = Vector2( 0, 12 )
focus_neighbour_left = NodePath("../../Beginner/BeginnerButton")
focus_neighbour_right = NodePath("../../Professional/ProfessionalButton")
size_flags_horizontal = 4
texture_focused = ExtResource( 6 )
expand = true
stretch_mode = 3
[node name="Professional" type="VBoxContainer" parent="DifficultySelect/VBoxContainer/HBoxContainer"]
margin_left = 131.0
margin_right = 215.0
margin_bottom = 24.0
custom_constants/separation = 2
[node name="Label" type="Label" parent="DifficultySelect/VBoxContainer/HBoxContainer/Professional"]
margin_right = 84.0
margin_bottom = 10.0
custom_fonts/font = ExtResource( 7 )
text = "Professional"
[node name="ProfessionalButton" type="TextureButton" parent="DifficultySelect/VBoxContainer/HBoxContainer/Professional"]
unique_name_in_owner = true
material = ExtResource( 5 )
margin_left = 42.0
margin_top = 12.0
margin_right = 42.0
margin_bottom = 24.0
rect_min_size = Vector2( 0, 12 )
focus_neighbour_left = NodePath("../../Advanced/AdvancedButton")
size_flags_horizontal = 4
texture_focused = ExtResource( 6 )
expand = true
stretch_mode = 3
[node name="LivesSelect" type="PanelContainer" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -66.0
margin_top = 7.0
margin_right = 66.0
margin_bottom = 39.0
[node name="VBoxContainer" type="VBoxContainer" parent="LivesSelect"]
margin_left = 3.0
margin_top = 3.0
margin_right = 129.0
margin_bottom = 29.0
custom_constants/separation = 0
[node name="Label" type="Label" parent="LivesSelect/VBoxContainer"]
material = ExtResource( 5 )
margin_right = 126.0
margin_bottom = 14.0
rect_min_size = Vector2( 0, 14 )
text = "number of lives:"
align = 1
valign = 1
[node name="HBoxContainer" type="HBoxContainer" parent="LivesSelect/VBoxContainer"]
margin_top = 14.0
margin_right = 126.0
margin_bottom = 26.0
rect_min_size = Vector2( 0, 12 )
size_flags_horizontal = 3
alignment = 1
[node name="BackArrow" type="TextureRect" parent="LivesSelect/VBoxContainer/HBoxContainer"]
visible = false
material = SubResource( 2 )
margin_left = 51.0
margin_top = 2.0
margin_right = 57.0
margin_bottom = 10.0
size_flags_vertical = 4
texture = ExtResource( 9 )
flip_h = true
[node name="SelectLives" type="Button" parent="LivesSelect/VBoxContainer/HBoxContainer"]
margin_left = 56.0
margin_right = 70.0
margin_bottom = 12.0
focus_neighbour_left = NodePath(".")
focus_neighbour_top = NodePath("../../../../DifficultySelect")
focus_neighbour_right = NodePath(".")
theme = ExtResource( 2 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
custom_fonts/font = ExtResource( 7 )
text = "▬↨"
script = ExtResource( 10 )
[node name="NextArrow" type="TextureRect" parent="LivesSelect/VBoxContainer/HBoxContainer"]
visible = false
material = SubResource( 3 )
margin_left = 69.0
margin_top = 2.0
margin_right = 75.0
margin_bottom = 10.0
size_flags_vertical = 4
texture = ExtResource( 9 )
[connection signal="focus_entered" from="DifficultySelect" to="." method="_on_DifficultySelect_focus_entered"]
[connection signal="focus_entered" from="DifficultySelect/VBoxContainer/HBoxContainer/Beginner/BeginnerButton" to="." method="_set_difficulty" binds= [ 0 ]]
[connection signal="focus_entered" from="DifficultySelect/VBoxContainer/HBoxContainer/Advanced/AdvancedButton" to="." method="_set_difficulty" binds= [ 2 ]]
[connection signal="focus_entered" from="DifficultySelect/VBoxContainer/HBoxContainer/Professional/ProfessionalButton" to="." method="_set_difficulty" binds= [ 3 ]]
[connection signal="focus_entered" from="LivesSelect/VBoxContainer/HBoxContainer/SelectLives" to="LivesSelect/VBoxContainer/HBoxContainer/SelectLives" method="_on_focus_entered"]
[connection signal="focus_exited" from="LivesSelect/VBoxContainer/HBoxContainer/SelectLives" to="LivesSelect/VBoxContainer/HBoxContainer/SelectLives" method="_on_focus_exited"]