Skip to content

Commit 5841063

Browse files
author
gerblesh
committed
added music
1 parent bf97441 commit 5841063

6 files changed

+25
-2
lines changed

MAIN.tscn

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
[gd_scene load_steps=8 format=3 uid="uid://brwi2intnbh1k"]
1+
[gd_scene load_steps=9 format=3 uid="uid://brwi2intnbh1k"]
22

33
[ext_resource type="Script" path="res://blocks.gd" id="2_7cxfx"]
4+
[ext_resource type="AudioStream" uid="uid://dlrtkx3aurod6" path="res://Sounds/Verbalase Low Tetris Beatbox (FULL VIDEO) - Bruh Momento-jElSLP9-iJM.mp3" id="3_oc5c2"]
45
[ext_resource type="Script" path="res://Models/trigger/trigger_manager.gd" id="6_gro3x"]
56

67
[sub_resource type="BoxShape3D" id="BoxShape3D_dseq0"]
@@ -73,4 +74,10 @@ transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 37.275
7374
fov = 100.0
7475
far = 4000.46
7576

77+
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
78+
stream = ExtResource( "3_oc5c2" )
79+
autoplay = true
80+
81+
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
82+
7683
[connection signal="timeout" from="Timer" to="Node3D/trigger_manager" method="_on_timer_timeout"]
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[remap]
2+
3+
importer="mp3"
4+
type="AudioStreamMP3"
5+
uid="uid://dlrtkx3aurod6"
6+
path="res://.godot/imported/Verbalase Low Tetris Beatbox (FULL VIDEO) - Bruh Momento-jElSLP9-iJM.mp3-9aacf3e6c1b8eaa5152fbc24be54eac3.mp3str"
7+
8+
[deps]
9+
10+
source_file="res://Sounds/Verbalase Low Tetris Beatbox (FULL VIDEO) - Bruh Momento-jElSLP9-iJM.mp3"
11+
dest_files=["res://.godot/imported/Verbalase Low Tetris Beatbox (FULL VIDEO) - Bruh Momento-jElSLP9-iJM.mp3-9aacf3e6c1b8eaa5152fbc24be54eac3.mp3str"]
12+
13+
[params]
14+
15+
loop=true
16+
loop_offset=0
Binary file not shown.

blocks.gd

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ func _physics_process(delta):
4242
func release_piece():
4343
set_physics_process(false)
4444
current_piece = null
45-
await get_tree().create_timer(0.3,false).timeout
45+
await get_tree().create_timer(0.7,false).timeout
4646
_next()
4747
set_physics_process(true)

0 commit comments

Comments
 (0)