diff options
Diffstat (limited to 'Scenes/Dungeon.tscn')
-rw-r--r-- | Scenes/Dungeon.tscn | 12 |
1 files changed, 9 insertions, 3 deletions
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 |