[gd_scene load_steps=5 format=3 uid="uid://bmnmenu0intr1"] [ext_resource type="Script" path="res://main_menu.gd" id="1_menu"] [ext_resource type="VideoStream" path="res://Assets/intro_bg.ogv" id="2_video"] [sub_resource type="StyleBoxFlat" id="sb_normal"] content_margin_left = 16.0 content_margin_top = 8.0 content_margin_right = 16.0 content_margin_bottom = 8.0 bg_color = Color(0, 0, 0, 0.4) corner_radius_top_left = 8 corner_radius_top_right = 8 corner_radius_bottom_right = 8 corner_radius_bottom_left = 8 [sub_resource type="StyleBoxFlat" id="sb_hover"] content_margin_left = 16.0 content_margin_top = 8.0 content_margin_right = 16.0 content_margin_bottom = 8.0 bg_color = Color(0, 0, 0, 0.65) border_width_left = 2 border_width_top = 2 border_width_right = 2 border_width_bottom = 2 border_color = Color(1, 0.85, 0.2, 1) corner_radius_top_left = 8 corner_radius_top_right = 8 corner_radius_bottom_right = 8 corner_radius_bottom_left = 8 [node name="MainMenu" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_menu") [node name="VideoStreamPlayer" type="VideoStreamPlayer" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 stream = ExtResource("2_video") expand = true [node name="MainPanel" type="Control" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="PlayButton" type="Button" parent="MainPanel"] layout_mode = 1 anchor_left = 0.4530 anchor_top = 0.6513 anchor_right = 0.4530 anchor_bottom = 0.6513 offset_left = -120.0 offset_top = -55.0 offset_right = 120.0 offset_bottom = 55.0 grow_horizontal = 2 grow_vertical = 2 theme_override_colors/font_color = Color(1, 1, 1, 1) theme_override_colors/font_outline_color = Color(0, 0, 0, 1) theme_override_constants/outline_size = 8 theme_override_font_sizes/font_size = 56 theme_override_styles/normal = SubResource("sb_normal") theme_override_styles/hover = SubResource("sb_hover") theme_override_styles/pressed = SubResource("sb_hover") theme_override_styles/focus = SubResource("sb_hover") text = "PLAY" [node name="OptionsButton" type="Button" parent="MainPanel"] layout_mode = 1 anchor_left = 0.11 anchor_top = 0.94 anchor_right = 0.11 anchor_bottom = 0.94 offset_left = -100.0 offset_top = -28.0 offset_right = 100.0 offset_bottom = 28.0 grow_horizontal = 2 grow_vertical = 2 theme_override_colors/font_color = Color(1, 1, 1, 1) theme_override_colors/font_outline_color = Color(0, 0, 0, 1) theme_override_constants/outline_size = 6 theme_override_font_sizes/font_size = 30 theme_override_styles/normal = SubResource("sb_normal") theme_override_styles/hover = SubResource("sb_hover") theme_override_styles/pressed = SubResource("sb_hover") theme_override_styles/focus = SubResource("sb_hover") text = "OPTIONS" [node name="CreditsButton" type="Button" parent="MainPanel"] layout_mode = 1 anchor_left = 0.489 anchor_top = 0.951 anchor_right = 0.489 anchor_bottom = 0.951 offset_left = -100.0 offset_top = -28.0 offset_right = 100.0 offset_bottom = 28.0 grow_horizontal = 2 grow_vertical = 2 theme_override_colors/font_color = Color(1, 1, 1, 1) theme_override_colors/font_outline_color = Color(0, 0, 0, 1) theme_override_constants/outline_size = 6 theme_override_font_sizes/font_size = 30 theme_override_styles/normal = SubResource("sb_normal") theme_override_styles/hover = SubResource("sb_hover") theme_override_styles/pressed = SubResource("sb_hover") theme_override_styles/focus = SubResource("sb_hover") text = "CREDITS" [node name="ExitButton" type="Button" parent="MainPanel"] layout_mode = 1 anchor_left = 0.92 anchor_top = 0.951 anchor_right = 0.92 anchor_bottom = 0.951 offset_left = -100.0 offset_top = -28.0 offset_right = 100.0 offset_bottom = 28.0 grow_horizontal = 2 grow_vertical = 2 theme_override_colors/font_color = Color(1, 1, 1, 1) theme_override_colors/font_outline_color = Color(0, 0, 0, 1) theme_override_constants/outline_size = 6 theme_override_font_sizes/font_size = 30 theme_override_styles/normal = SubResource("sb_normal") theme_override_styles/hover = SubResource("sb_hover") theme_override_styles/pressed = SubResource("sb_hover") theme_override_styles/focus = SubResource("sb_hover") text = "EXIT" [node name="OptionsPanel" type="CenterContainer" parent="."] visible = false layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="Backdrop" type="ColorRect" parent="OptionsPanel"] layout_mode = 2 color = Color(0, 0, 0, 0.55) mouse_filter = 2 [node name="VBox" type="VBoxContainer" parent="OptionsPanel"] custom_minimum_size = Vector2(560, 480) layout_mode = 2 theme_override_constants/separation = 16 [node name="TitleLabel" type="Label" parent="OptionsPanel/VBox"] layout_mode = 2 theme_override_colors/font_outline_color = Color(0, 0, 0, 1) theme_override_constants/outline_size = 8 theme_override_font_sizes/font_size = 44 text = "Controls" horizontal_alignment = 1 [node name="Hint" type="Label" parent="OptionsPanel/VBox"] layout_mode = 2 theme_override_colors/font_outline_color = Color(0, 0, 0, 1) theme_override_constants/outline_size = 5 theme_override_font_sizes/font_size = 20 text = "Click a key, then press a new key. Esc cancels." horizontal_alignment = 1 [node name="Scroll" type="ScrollContainer" parent="OptionsPanel/VBox"] custom_minimum_size = Vector2(0, 340) layout_mode = 2 size_flags_vertical = 3 horizontal_scroll_mode = 0 [node name="RebindList" type="VBoxContainer" parent="OptionsPanel/VBox/Scroll"] layout_mode = 2 size_flags_horizontal = 3 theme_override_constants/separation = 8 [node name="BackButton" type="Button" parent="OptionsPanel/VBox"] custom_minimum_size = Vector2(0, 48) layout_mode = 2 theme_override_font_sizes/font_size = 24 text = "Back" [node name="CreditsPanel" type="CenterContainer" parent="."] visible = false layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="Backdrop" type="ColorRect" parent="CreditsPanel"] layout_mode = 2 color = Color(0, 0, 0, 0.55) mouse_filter = 2 [node name="VBox" type="VBoxContainer" parent="CreditsPanel"] custom_minimum_size = Vector2(520, 360) layout_mode = 2 theme_override_constants/separation = 20 [node name="TitleLabel" type="Label" parent="CreditsPanel/VBox"] layout_mode = 2 theme_override_colors/font_outline_color = Color(0, 0, 0, 1) theme_override_constants/outline_size = 8 theme_override_font_sizes/font_size = 44 text = "Credits" horizontal_alignment = 1 [node name="Names" type="RichTextLabel" parent="CreditsPanel/VBox"] layout_mode = 2 size_flags_vertical = 3 theme_override_colors/font_outline_color = Color(0, 0, 0, 1) theme_override_colors/default_color = Color(0.93, 0.88, 0.72, 1) theme_override_constants/outline_size = 5 theme_override_constants/line_separation = 6 theme_override_font_sizes/normal_font_size = 26 theme_override_font_sizes/bold_font_size = 30 bbcode_enabled = true fit_content = true scroll_active = false text = "[center][font_size=32][color=#d9a833]Bullosseum[/color][/font_size] [b][color=#d9a833]Siim Raud[/color][/b] [url=https://instagram.com/siimpressionist]@siimpressionist[/url] [font_size=20]Creative, art, idea guy[/font_size] [b][color=#d9a833]Richard Aasa[/color][/b] [url=https://instagram.com/aasarichard]@aasarichard[/url] [font_size=20]Programmer[/font_size] [b][color=#d9a833]Kadi Rebane[/color][/b] [url=https://instagram.com/kadirebane]@kadirebane[/url] [font_size=20]Arena asset[/font_size][/center]" [node name="BackButton" type="Button" parent="CreditsPanel/VBox"] custom_minimum_size = Vector2(0, 48) layout_mode = 2 theme_override_font_sizes/font_size = 24 text = "Back" [node name="FadeRect" type="ColorRect" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 mouse_filter = 2 color = Color(0, 0, 0, 0)