Added necessary artwork and build for steam release. Added some minor sound effects and integrated background sound.
This commit is contained in:
+12
-5
@@ -1,6 +1,7 @@
|
||||
[gd_scene format=3 uid="uid://dlommaelbbw2b"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dda0bhhqspbr0" path="res://Scripts/UI/Menus/MainMenu.cs" id="1_tt5f1"]
|
||||
[ext_resource type="AudioStream" uid="uid://dcb746ldlm6ta" path="res://Assets/Sound/Background.mp3" id="2_8um5k"]
|
||||
[ext_resource type="Texture2D" uid="uid://ban872p4eh4gi" path="res://Assets/Images/RobotSymbol.png" id="2_853f1"]
|
||||
[ext_resource type="Texture2D" uid="uid://dt84awx33mulb" path="res://Assets/Images/ResearchSymbol.png" id="3_df05h"]
|
||||
[ext_resource type="Texture2D" uid="uid://dm0w2gtcsa5l4" path="res://Assets/Images/Items/Batteryv1Symbol.png" id="4_8um5k"]
|
||||
@@ -35,6 +36,12 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_tt5f1")
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=1984828000]
|
||||
stream = ExtResource("2_8um5k")
|
||||
volume_db = -25.0
|
||||
autoplay = true
|
||||
parameters/looping = true
|
||||
|
||||
[node name="Decoration" type="Control" parent="." unique_id=252748481]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
@@ -118,29 +125,29 @@ horizontal_alignment = 1
|
||||
layout_mode = 2
|
||||
|
||||
[node name="btnPlay" type="Button" parent="CenterContainer/VBoxContainer" unique_id=452402808]
|
||||
layout_mode = 2
|
||||
custom_minimum_size = Vector2(220, 42)
|
||||
layout_mode = 2
|
||||
theme_override_styles/normal = SubResource("StyleBoxFlat_bnhvo")
|
||||
theme_override_styles/hover = SubResource("StyleBoxFlat_tt5f1")
|
||||
text = "Start Game"
|
||||
|
||||
[node name="btnLoad" type="Button" parent="CenterContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
[node name="btnLoad" type="Button" parent="CenterContainer/VBoxContainer" unique_id=1256807224]
|
||||
custom_minimum_size = Vector2(220, 42)
|
||||
layout_mode = 2
|
||||
theme_override_styles/normal = SubResource("StyleBoxFlat_bnhvo")
|
||||
theme_override_styles/hover = SubResource("StyleBoxFlat_tt5f1")
|
||||
text = "Load Game"
|
||||
|
||||
[node name="btnOptions" type="Button" parent="CenterContainer/VBoxContainer" unique_id=891656915]
|
||||
layout_mode = 2
|
||||
custom_minimum_size = Vector2(220, 42)
|
||||
layout_mode = 2
|
||||
theme_override_styles/normal = SubResource("StyleBoxFlat_bnhvo")
|
||||
theme_override_styles/hover = SubResource("StyleBoxFlat_tt5f1")
|
||||
text = "Options"
|
||||
|
||||
[node name="btnExit" type="Button" parent="CenterContainer/VBoxContainer" unique_id=2025231658]
|
||||
layout_mode = 2
|
||||
custom_minimum_size = Vector2(220, 42)
|
||||
layout_mode = 2
|
||||
theme_override_styles/normal = SubResource("StyleBoxFlat_bnhvo")
|
||||
theme_override_styles/hover = SubResource("StyleBoxFlat_tt5f1")
|
||||
text = "Exit Game"
|
||||
|
||||
Reference in New Issue
Block a user