2024-01-16 13:58:17 +01:00
|
|
|
[gd_scene load_steps=8 format=3 uid="uid://chg6qe1fijkh3"]
|
2024-01-16 03:05:25 +01:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://levels/soundtest.gd" id="1_3bg6p"]
|
|
|
|
[ext_resource type="VideoStream" path="res://backgounds/nebula_-_6044 (720p).ogv" id="2_abtft"]
|
|
|
|
[ext_resource type="Script" path="res://nebula.gd" id="3_c33nl"]
|
2024-01-16 13:58:17 +01:00
|
|
|
[ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="4_2a53a"]
|
2024-01-16 03:05:25 +01:00
|
|
|
|
2024-01-16 13:58:17 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wtbgt"]
|
2024-01-16 03:05:25 +01:00
|
|
|
bg_color = Color(0, 0.8, 0, 1)
|
|
|
|
|
2024-01-16 13:58:17 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4arqn"]
|
2024-01-16 03:05:25 +01:00
|
|
|
bg_color = Color(0, 0.8, 0, 1)
|
|
|
|
|
2024-01-16 13:58:17 +01:00
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wro6j"]
|
2024-01-16 03:05:25 +01:00
|
|
|
bg_color = Color(0, 0.8, 0, 1)
|
|
|
|
|
|
|
|
[node name="Soundtest" 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_3bg6p")
|
|
|
|
|
|
|
|
[node name="nebula" type="VideoStreamPlayer" parent="."]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_right = 640.0
|
|
|
|
offset_bottom = 368.0
|
|
|
|
scale = Vector2(2, 1.96)
|
|
|
|
stream = ExtResource("2_abtft")
|
|
|
|
autoplay = true
|
|
|
|
script = ExtResource("3_c33nl")
|
|
|
|
|
|
|
|
[node name="Game name" type="Label" parent="."]
|
|
|
|
layout_mode = 0
|
|
|
|
offset_left = 496.0
|
|
|
|
offset_top = 3.0
|
|
|
|
offset_right = 790.0
|
|
|
|
offset_bottom = 73.0
|
|
|
|
theme_override_font_sizes/font_size = 40
|
|
|
|
text = "Sound Test"
|
|
|
|
|
2024-01-16 13:58:17 +01:00
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
2024-01-16 03:05:25 +01:00
|
|
|
layout_mode = 1
|
2024-01-16 13:58:17 +01:00
|
|
|
anchors_preset = 7
|
|
|
|
anchor_left = 0.5
|
2024-01-16 03:05:25 +01:00
|
|
|
anchor_top = 1.0
|
2024-01-16 13:58:17 +01:00
|
|
|
anchor_right = 0.5
|
2024-01-16 03:05:25 +01:00
|
|
|
anchor_bottom = 1.0
|
2024-01-16 13:58:17 +01:00
|
|
|
offset_left = -129.5
|
|
|
|
offset_top = -362.0
|
|
|
|
offset_right = 129.5
|
|
|
|
grow_horizontal = 2
|
2024-01-16 03:05:25 +01:00
|
|
|
grow_vertical = 0
|
|
|
|
|
2024-01-16 13:58:17 +01:00
|
|
|
[node name="Music" type="Button" parent="VBoxContainer"]
|
2024-01-16 03:05:25 +01:00
|
|
|
layout_mode = 2
|
2024-01-16 13:58:17 +01:00
|
|
|
theme_override_font_sizes/font_size = 80
|
|
|
|
theme_override_styles/focus = SubResource("StyleBoxFlat_wtbgt")
|
|
|
|
text = "Music"
|
2024-01-16 03:05:25 +01:00
|
|
|
|
2024-01-16 13:58:17 +01:00
|
|
|
[node name="Sfx" type="Button" parent="VBoxContainer"]
|
2024-01-16 03:05:25 +01:00
|
|
|
layout_mode = 2
|
2024-01-16 13:58:17 +01:00
|
|
|
theme_override_font_sizes/font_size = 80
|
|
|
|
theme_override_styles/focus = SubResource("StyleBoxFlat_4arqn")
|
|
|
|
text = "Sound Effects"
|
2024-01-16 03:05:25 +01:00
|
|
|
|
2024-01-16 13:58:17 +01:00
|
|
|
[node name="Back" type="Button" parent="VBoxContainer"]
|
2024-01-16 03:05:25 +01:00
|
|
|
layout_mode = 2
|
2024-01-16 13:58:17 +01:00
|
|
|
theme_override_font_sizes/font_size = 80
|
|
|
|
theme_override_styles/focus = SubResource("StyleBoxFlat_wro6j")
|
2024-01-16 03:05:25 +01:00
|
|
|
text = "Back"
|
|
|
|
|
2024-01-16 13:58:17 +01:00
|
|
|
[node name="Bottomhud" parent="." instance=ExtResource("4_2a53a")]
|
|
|
|
layout_mode = 1
|
|
|
|
|
2024-01-16 03:05:25 +01:00
|
|
|
[connection signal="finished" from="nebula" to="nebula" method="_on_finished"]
|
2024-01-16 13:58:17 +01:00
|
|
|
[connection signal="pressed" from="VBoxContainer/Music" to="." method="_on_music_pressed"]
|
|
|
|
[connection signal="pressed" from="VBoxContainer/Sfx" to="." method="_on_sfx_pressed"]
|
|
|
|
[connection signal="pressed" from="VBoxContainer/Back" to="." method="_on_back_pressed"]
|