diff --git a/Music/Lodge-Unmastered.mp3 b/Music/Lodge-Unmastered.mp3 new file mode 100644 index 0000000..2fe8fb7 Binary files /dev/null and b/Music/Lodge-Unmastered.mp3 differ diff --git a/Music/Lodge-Unmastered.mp3.import b/Music/Lodge-Unmastered.mp3.import new file mode 100644 index 0000000..e33e6a2 --- /dev/null +++ b/Music/Lodge-Unmastered.mp3.import @@ -0,0 +1,15 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +path="res://.import/Lodge-Unmastered.mp3-cd0bd1bcf025f3acef50ff80288f594f.mp3str" + +[deps] + +source_file="res://Music/Lodge-Unmastered.mp3" +dest_files=[ "res://.import/Lodge-Unmastered.mp3-cd0bd1bcf025f3acef50ff80288f594f.mp3str" ] + +[params] + +loop=true +loop_offset=0 diff --git a/Resources/lodge.tres b/Resources/lodge.tres index fa98116..c5b81e7 100644 --- a/Resources/lodge.tres +++ b/Resources/lodge.tres @@ -123,13 +123,13 @@ points = PoolVector2Array( 0, 0, 9, 0, 9, 6, 0, 6 ) points = PoolVector2Array( 60, 60, 0, 60, 0, 0, 60, 0 ) [sub_resource type="ConvexPolygonShape2D" id=46] -points = PoolVector2Array( 0, 0, 12, 0, 12, 60, 0, 60 ) +points = PoolVector2Array( 0, 0, 9, 0, 9, 60, 0, 60 ) [sub_resource type="ConvexPolygonShape2D" id=47] -points = PoolVector2Array( 240, 60, 228, 60, 228, 0, 240, 0 ) +points = PoolVector2Array( 240, 60, 231, 60, 231, 0, 240, 0 ) [sub_resource type="ConvexPolygonShape2D" id=48] -points = PoolVector2Array( 12, 48, 228, 48, 228, 0, 240, 0, 240, 60, 0, 60, 0, 0, 12, 0 ) +points = PoolVector2Array( 9, 54, 231, 54, 231, 0, 240, 0, 240, 60, 0, 60, 0, 0, 9, 0 ) [sub_resource type="ConvexPolygonShape2D" id=50] points = PoolVector2Array( 171, 165, 54, 165, 60, 96, 171, 96 ) diff --git a/Story/Ch1S2.tscn b/Story/Ch1S2.tscn index 82b0b15..95b448f 100644 --- a/Story/Ch1S2.tscn +++ b/Story/Ch1S2.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=15 format=2] +[gd_scene load_steps=16 format=2] [ext_resource path="res://Resources/lodge.tres" type="TileSet" id=1] [ext_resource path="res://Sprites/sak/Sak.tscn" type="PackedScene" id=2] @@ -14,9 +14,13 @@ [ext_resource path="res://Scripts/CameraFollow.gd" type="Script" id=12] [ext_resource path="res://Scenes/InteractiveDialog.tscn" type="PackedScene" id=13] [ext_resource path="res://Scripts/CoverControl.gd" type="Script" id=14] +[ext_resource path="res://Music/Lodge-Unmastered.mp3" type="AudioStream" id=15] [node name="Ch1S2" type="Node2D"] +[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."] +stream = ExtResource( 15 ) + [node name="CanvasLayer" type="CanvasLayer" parent="."] [node name="UI" parent="CanvasLayer" instance=ExtResource( 8 )]