Added music, best times, more backgrounds and more levels

This commit is contained in:
2024-05-07 18:13:53 +01:00
parent 6f6b1f4b80
commit 0017d49923
38 changed files with 769 additions and 166 deletions

View File

@@ -1,7 +1,6 @@
[gd_scene load_steps=5 format=3 uid="uid://c3ikcjhbrm0hp"]
[gd_scene load_steps=4 format=3 uid="uid://c3ikcjhbrm0hp"]
[ext_resource type="Script" path="res://GameOver.gd" id="1_clfqa"]
[ext_resource type="AudioStream" uid="uid://bm1txhcguq8e1" path="res://Sounds/GameOver.wav" id="2_a07oi"]
[ext_resource type="Theme" uid="uid://cfvww0geatnnk" path="res://MainTheme.tres" id="3_km2fx"]
[ext_resource type="Material" uid="uid://bv4vhjg83fqpn" path="res://ArkanoidMaterial.tres" id="4_et3vd"]
@@ -9,10 +8,6 @@
texture_filter = 1
script = ExtResource("1_clfqa")
[node name="GameOverSound" type="AudioStreamPlayer" parent="."]
stream = ExtResource("2_a07oi")
autoplay = true
[node name="Timer" type="Timer" parent="."]
wait_time = 10.0
one_shot = true
@@ -61,5 +56,4 @@ layout_mode = 2
size_flags_vertical = 3
theme = ExtResource("3_km2fx")
[connection signal="finished" from="GameOverSound" to="." method="_on_game_over_sound_finished"]
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]