Skip to content

Commit 6c2dae4

Browse files
committed
Add music to Hell Hole
1 parent 639d4e4 commit 6c2dae4

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

2.44 MB
Binary file not shown.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[remap]
2+
3+
importer="mp3"
4+
type="AudioStreamMP3"
5+
uid="uid://ds5qh7asixqsy"
6+
path="res://.godot/imported/335571__magntron__gamemusic.mp3-6b8847acd82911f959453a5dc8b9cc79.mp3str"
7+
8+
[deps]
9+
10+
source_file="res://HellHole/335571__magntron__gamemusic.mp3"
11+
dest_files=["res://.godot/imported/335571__magntron__gamemusic.mp3-6b8847acd82911f959453a5dc8b9cc79.mp3str"]
12+
13+
[params]
14+
15+
loop=true
16+
loop_offset=0.0
17+
bpm=0.0
18+
beat_count=0
19+
bar_beats=4

HellHole/HellHole.tscn

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
[gd_scene load_steps=9 format=3 uid="uid://do3jinnfccsjs"]
1+
[gd_scene load_steps=10 format=3 uid="uid://do3jinnfccsjs"]
22

33
[ext_resource type="FontFile" uid="uid://digk2l351175t" path="res://Common/G.B.BOOT.ttf" id="1_nyld7"]
44
[ext_resource type="Script" uid="uid://dl1r1phgaqi5l" path="res://HellHole/Scripts/HellHole.cs" id="1_v4aca"]
5+
[ext_resource type="AudioStream" uid="uid://ds5qh7asixqsy" path="res://HellHole/335571__magntron__gamemusic.mp3" id="2_0g1d0"]
56
[ext_resource type="PackedScene" uid="uid://cld6lpt2s7xht" path="res://Common/GameEnd.tscn" id="2_ja1pt"]
67
[ext_resource type="Texture2D" uid="uid://dmnlye1tms4qt" path="res://HellHole/Slug1.png" id="3_ja1pt"]
78
[ext_resource type="Texture2D" uid="uid://brnp410ec4x0v" path="res://HellHole/Slug2.png" id="4_0g1d0"]
@@ -39,6 +40,10 @@ _startMessage = NodePath("StartMessage")
3940
_bgRect = NodePath("ColorRect")
4041
_gameEnd = NodePath("GameEnd")
4142

43+
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
44+
stream = ExtResource("2_0g1d0")
45+
autoplay = true
46+
4247
[node name="ColorRect" type="ColorRect" parent="."]
4348
offset_right = 1352.0
4449
offset_bottom = 771.0

0 commit comments

Comments
 (0)