[gd_scene format=3 uid="uid://bo8kcyhmm6ji7"] [ext_resource type="FontFile" uid="uid://bcf7oh6t3psng" path="res://assets/fonts/ADVERT_0.TTF" id="1_afy8x"] [ext_resource type="Script" uid="uid://bb1i25vu0605u" path="res://start_screen.gd" id="1_k1na2"] [ext_resource type="Texture2D" uid="uid://b1jel6r3tp38o" path="res://assets/Backgrounds/backgroundEmpty.png" id="2_k1na2"] [ext_resource type="Texture2D" uid="uid://6a5xs0jtqw5v" path="res://assets/startscreen.png" id="3_vdywr"] [ext_resource type="Texture2D" uid="uid://c768fp7cqpnrl" path="res://assets/buttons/start.png" id="5_cdgt5"] [ext_resource type="Texture2D" uid="uid://cnqnjp6soxlmn" path="res://assets/buttons/start_hover.png" id="5_udyin"] [ext_resource type="FontFile" uid="uid://btdabvm8q5yq1" path="res://assets/fonts/VT323-Regular.ttf" id="5_vdywr"] [ext_resource type="Texture2D" uid="uid://bq6v657qjdoxl" path="res://assets/buttons/start_selected.png" id="6_7fqbt"] [ext_resource type="AudioStream" uid="uid://dom5x33m6nqul" path="res://assets/audio/ACatGame_star_collect.ogg" id="7_l67vj"] [ext_resource type="AudioStream" uid="uid://dfh1ub2k27htr" path="res://assets/audio/ACatGame_Menu.mp3" id="10_7fqbt"] [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_cdgt5"] texture = ExtResource("2_k1na2") [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_l67vj"] texture = ExtResource("3_vdywr") [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_vdywr"] texture = ExtResource("5_cdgt5") [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_vvj22"] texture = ExtResource("6_7fqbt") [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_6cmq0"] texture = ExtResource("5_udyin") [node name="StartScreen" type="Control" unique_id=1879206326] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1_k1na2") [node name="Panel" type="Panel" parent="." unique_id=336312038] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 theme_override_styles/panel = SubResource("StyleBoxTexture_cdgt5") metadata/_edit_lock_ = true [node name="Panel2" type="Panel" parent="." unique_id=764769316] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -20.0 offset_bottom = -20.0 grow_horizontal = 2 grow_vertical = 2 theme_override_styles/panel = SubResource("StyleBoxTexture_l67vj") metadata/_edit_lock_ = true [node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=2005990616] z_index = 100 layout_mode = 1 anchors_preset = -1 anchor_left = 0.5 anchor_top = 0.851 anchor_right = 0.5 anchor_bottom = 0.851 offset_left = -160.0 offset_top = -44.68 offset_right = 160.0 offset_bottom = 44.32 grow_horizontal = 2 grow_vertical = 0 scale = Vector2(0.65, 0.65) pivot_offset = Vector2(153, 41) alignment = 1 [node name="Start" type="Button" parent="VBoxContainer" unique_id=67301913] layout_mode = 2 size_flags_vertical = 3 theme_override_colors/font_color = Color(0.694118, 0.164706, 0.164706, 1) theme_override_colors/font_hover_color = Color(0.94902, 0.8, 0.301961, 1) theme_override_fonts/font = ExtResource("1_afy8x") theme_override_font_sizes/font_size = 36 theme_override_styles/normal = SubResource("StyleBoxTexture_vdywr") theme_override_styles/pressed = SubResource("StyleBoxTexture_vvj22") theme_override_styles/hover = SubResource("StyleBoxTexture_6cmq0") [node name="Label" type="Label" parent="." unique_id=406558705] layout_mode = 1 anchors_preset = 12 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -40.0 offset_bottom = -23.0 grow_horizontal = 2 grow_vertical = 0 theme_override_colors/font_color = Color(0.2, 0.2, 0.2, 1) theme_override_fonts/font = ExtResource("5_vdywr") text = "©MMXXV Monarkie Digital Content Solutions, LLC. All Rights Reserved." horizontal_alignment = 1 [node name="star_pickup" type="AudioStreamPlayer" parent="." unique_id=382635660] stream = ExtResource("7_l67vj") volume_db = -15.0 playback_type = 1 [node name="menu_music" type="AudioStreamPlayer" parent="." unique_id=461004675] stream = ExtResource("10_7fqbt") volume_db = -6.0 autoplay = true playback_type = 1 parameters/looping = true [connection signal="pressed" from="VBoxContainer/Start" to="." method="_on_start_pressed"]