diff options
author | Henrique Alves <henriquelalves@gmail.com> | 2022-07-17 12:48:24 -0300 |
---|---|---|
committer | Henrique Alves <henriquelalves@gmail.com> | 2022-07-17 12:48:24 -0300 |
commit | 7724dd64b2a6dde1065b2c9a0a09fa14b090681f (patch) | |
tree | f4879ba08a0412bcc879297c09dd235629261cd1 | |
parent | 385983de376906f0064235c63688fe00017a0d61 (diff) | |
download | gamejam-gmtk-2022-7724dd64b2a6dde1065b2c9a0a09fa14b090681f.tar.gz gamejam-gmtk-2022-7724dd64b2a6dde1065b2c9a0a09fa14b090681f.tar.bz2 gamejam-gmtk-2022-7724dd64b2a6dde1065b2c9a0a09fa14b090681f.zip |
Add ost
-rw-r--r-- | Assets/Sound/Poofy Reel.mp3 | bin | 0 -> 1921233 bytes | |||
-rw-r--r-- | Assets/Sound/Poofy Reel.mp3.import | 15 | ||||
-rw-r--r-- | Scenes/Dungeon.tscn | 12 |
3 files changed, 24 insertions, 3 deletions
diff --git a/Assets/Sound/Poofy Reel.mp3 b/Assets/Sound/Poofy Reel.mp3 Binary files differnew file mode 100644 index 0000000..4a9067e --- /dev/null +++ b/Assets/Sound/Poofy Reel.mp3 diff --git a/Assets/Sound/Poofy Reel.mp3.import b/Assets/Sound/Poofy Reel.mp3.import new file mode 100644 index 0000000..634f90e --- /dev/null +++ b/Assets/Sound/Poofy Reel.mp3.import @@ -0,0 +1,15 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +path="res://.import/Poofy Reel.mp3-1058b65ce09ea87cef73c0a6debad6b2.mp3str" + +[deps] + +source_file="res://Assets/Sound/Poofy Reel.mp3" +dest_files=[ "res://.import/Poofy Reel.mp3-1058b65ce09ea87cef73c0a6debad6b2.mp3str" ] + +[params] + +loop=true +loop_offset=0 diff --git a/Scenes/Dungeon.tscn b/Scenes/Dungeon.tscn index b3d619f..07a2de0 100644 --- a/Scenes/Dungeon.tscn +++ b/Scenes/Dungeon.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=33 format=2] +[gd_scene load_steps=34 format=2] [ext_resource path="res://Scenes/Dungeon.gd" type="Script" id=1] [ext_resource path="res://Scenes/CameraControl.gd" type="Script" id=2] @@ -8,6 +8,7 @@ [ext_resource path="res://Scenes/ScoreParticle.tscn" type="PackedScene" id=6] [ext_resource path="res://Assets/arm.png" type="Texture" id=7] [ext_resource path="res://Assets/Environment/BG-tiled.png" type="Texture" id=8] +[ext_resource path="res://Assets/Sound/Poofy Reel.mp3" type="AudioStream" id=9] [sub_resource type="ProceduralSky" id=2] @@ -385,8 +386,8 @@ modulate = Color( 0.690196, 0.494118, 0.768627, 1 ) anchor_right = 1.0 anchor_bottom = 1.0 margin_top = -300.0 -margin_right = 1152.0 -margin_bottom = 420.0 +margin_right = 128.0 +margin_bottom = -180.0 rect_rotation = -0.0481524 texture = ExtResource( 8 ) expand = true @@ -685,3 +686,8 @@ anims/RESET = SubResource( 10 ) [node name="AnimationPlayer" type="AnimationPlayer" parent="UIController"] anims/HandMoving = SubResource( 7 ) anims/RESET = SubResource( 8 ) + +[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] +stream = ExtResource( 9 ) +volume_db = -15.0 +autoplay = true |