From 7724dd64b2a6dde1065b2c9a0a09fa14b090681f Mon Sep 17 00:00:00 2001 From: Henrique Alves Date: Sun, 17 Jul 2022 12:48:24 -0300 Subject: Add ost --- Assets/Sound/Poofy Reel.mp3 | Bin 0 -> 1921233 bytes Assets/Sound/Poofy Reel.mp3.import | 15 +++++++++++++++ Scenes/Dungeon.tscn | 12 +++++++++--- 3 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 Assets/Sound/Poofy Reel.mp3 create mode 100644 Assets/Sound/Poofy Reel.mp3.import diff --git a/Assets/Sound/Poofy Reel.mp3 b/Assets/Sound/Poofy Reel.mp3 new file mode 100644 index 0000000..4a9067e Binary files /dev/null and b/Assets/Sound/Poofy Reel.mp3 differ 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 -- cgit v1.2.3