This commit is contained in:
pennyrigate 2025-07-17 23:20:13 -04:00
parent 97a97192de
commit 268b392a3b
9 changed files with 126 additions and 6 deletions

View file

@ -1,4 +1,8 @@
<<<<<<< HEAD
[gd_scene load_steps=36 format=2]
=======
[gd_scene load_steps=28 format=2]
>>>>>>> 15d8307 (tghe end)
[ext_resource path="res://objects/Camera2D.tscn" type="PackedScene" id=1]
[ext_resource path="res://maps/future/mountain_future.gd" type="Script" id=2]
@ -18,7 +22,11 @@
[ext_resource path="res://objects/enemy/roboturret.tscn" type="PackedScene" id=16]
[ext_resource path="res://objects/hud/hud.tscn" type="PackedScene" id=17]
[ext_resource path="res://objects/enemy/bat.tscn" type="PackedScene" id=18]
<<<<<<< HEAD
[ext_resource path="res://objects/respawn_point.tscn" type="PackedScene" id=19]
=======
[ext_resource path="res://audio/sounds/msx_ending.ogg" type="AudioStream" id=19]
>>>>>>> 15d8307 (tghe end)
[ext_resource path="res://objects/collectibles/shard.tscn" type="PackedScene" id=21]
[ext_resource path="res://tilesets/t_death.tres" type="TileSet" id=22]
[ext_resource path="res://tilesets/t_ladders.tres" type="TileSet" id=23]
@ -586,6 +594,13 @@ anims/liftoff = SubResource( 10 )
[node name="CanvasModulate" type="CanvasModulate" parent="."]
[node name="AnimationPlayer2" type="AnimationPlayer" parent="."]
[node name="EndingSound" type="AudioStreamPlayer" parent="."]
unique_name_in_owner = true
stream = ExtResource( 19 )
volume_db = -9.613
[connection signal="timeout" from="LightningTimer" to="." method="_spawn_lightning"]
[connection signal="tree_entered" from="Background/BackgroundMountain/Mountain" to="Background/BackgroundMountain/Mountain" method="set_visible" binds= [ true ]]
[connection signal="collected" from="Collectibles/Shards/Shard3" to="Enemies/TopMiddle/Mine" method="kill_for_real"]