diff --git a/godot/screens/HeartEnding.tscn b/godot/screens/HeartEnding.tscn index 6595640..b134eaf 100644 --- a/godot/screens/HeartEnding.tscn +++ b/godot/screens/HeartEnding.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=7 format=2] +[gd_scene load_steps=8 format=2] [ext_resource path="res://assets/models/Heart.tscn" type="PackedScene" id=1] [ext_resource path="res://effects/WorldEnvironment.tscn" type="PackedScene" id=2] @@ -6,6 +6,7 @@ [ext_resource path="res://effects/grainy_shader.tscn" type="PackedScene" id=4] [ext_resource path="res://assets/audio/ambient_heartbeat.ogg" type="AudioStream" id=5] [ext_resource path="res://screens/HeartEnding.gd" type="Script" id=6] +[ext_resource path="res://assets/audio/RandomSong.wav" type="AudioStream" id=7] [node name="heart_ending" type="Spatial"] script = ExtResource( 6 ) @@ -44,3 +45,7 @@ shadow_enabled = true stream = ExtResource( 5 ) volume_db = 10.0 autoplay = true + +[node name="endmusic" type="AudioStreamPlayer" parent="."] +stream = ExtResource( 7 ) +autoplay = true diff --git a/godot/screens/escape_ending.tscn b/godot/screens/escape_ending.tscn index e34dd3a..03b9288 100644 --- a/godot/screens/escape_ending.tscn +++ b/godot/screens/escape_ending.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=10 format=2] +[gd_scene load_steps=11 format=2] [ext_resource path="res://effects/WorldEnvironment.tscn" type="PackedScene" id=1] [ext_resource path="res://effects/grainy_shader.tscn" type="PackedScene" id=2] @@ -6,6 +6,7 @@ [ext_resource path="res://assets/meat_bore/meat_module/level_lee.tscn" type="PackedScene" id=4] [ext_resource path="res://screens/escape_ending.gd" type="Script" id=5] [ext_resource path="res://assets/Starbox3.png" type="Texture" id=6] +[ext_resource path="res://assets/audio/RandomSong.wav" type="AudioStream" id=7] [sub_resource type="Animation" id=1] resource_name = "camera pan" @@ -85,3 +86,7 @@ color = Color( 0, 0, 0, 1 ) [node name="LessFogWorldEnvironment" parent="." instance=ExtResource( 1 )] environment = SubResource( 3 ) + +[node name="endmusic" type="AudioStreamPlayer" parent="."] +stream = ExtResource( 7 ) +autoplay = true diff --git a/godot/screens/gameover_screen.tscn b/godot/screens/gameover_screen.tscn index e8f1584..2d53b13 100644 --- a/godot/screens/gameover_screen.tscn +++ b/godot/screens/gameover_screen.tscn @@ -1,10 +1,11 @@ -[gd_scene load_steps=8 format=2] +[gd_scene load_steps=9 format=2] [ext_resource path="res://effects/grainy_shader.tscn" type="PackedScene" id=1] [ext_resource path="res://effects/WorldEnvironment.tscn" type="PackedScene" id=2] [ext_resource path="res://screens/end_wall_struggler.gd" type="Script" id=3] [ext_resource path="res://effects/npc/wall_struggler/containing_tube.tscn" type="PackedScene" id=4] [ext_resource path="res://effects/npc/wall_struggler/WallStruggler.tscn" type="PackedScene" id=5] +[ext_resource path="res://assets/audio/RandomSong.wav" type="AudioStream" id=6] [sub_resource type="BoxShape" id=2] @@ -80,3 +81,7 @@ light_energy = 2.0 light_negative = true light_specular = 0.0 shadow_enabled = true + +[node name="endmusic" type="AudioStreamPlayer" parent="."] +stream = ExtResource( 6 ) +autoplay = true