Browse Source

added bg music

fix/wall
as4s4hetic 3 years ago
parent
commit
a438b7ab46
  1. BIN
      Music/Lodge-Unmastered.mp3
  2. 15
      Music/Lodge-Unmastered.mp3.import
  3. 6
      Resources/lodge.tres
  4. 6
      Story/Ch1S2.tscn

BIN
Music/Lodge-Unmastered.mp3

Binary file not shown.

15
Music/Lodge-Unmastered.mp3.import

@ -0,0 +1,15 @@ @@ -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

6
Resources/lodge.tres

@ -123,13 +123,13 @@ points = PoolVector2Array( 0, 0, 9, 0, 9, 6, 0, 6 ) @@ -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 )

6
Story/Ch1S2.tscn

@ -1,4 +1,4 @@ @@ -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 @@ @@ -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 )]

Loading…
Cancel
Save