Sound effects

This commit is contained in:
Felipe M 2021-05-23 00:38:30 +02:00
parent 6ea21b3181
commit 6671b455c4
Signed by: fmartingr
GPG key ID: 716BC147715E716F
17 changed files with 94 additions and 6 deletions

View file

@ -1,9 +1,10 @@
[gd_scene load_steps=5 format=2]
[gd_scene load_steps=6 format=2]
[ext_resource path="res://Levels/Level.tscn" type="PackedScene" id=1]
[ext_resource path="res://Levels/Door.tscn" type="PackedScene" id=2]
[ext_resource path="res://Levels/DoorConnections/00_link_01.tres" type="Resource" id=3]
[ext_resource path="res://Scenes/Objects/SaveStation.tscn" type="PackedScene" id=4]
[ext_resource path="res://Scenes/Enemies/WalkingEnemy.tscn" type="PackedScene" id=5]
[node name="Level_00" instance=ExtResource( 1 )]
@ -18,3 +19,6 @@ new_level_path = "res://Levels/Level_01.tscn"
[node name="SaveStation" parent="." index="2" instance=ExtResource( 4 )]
position = Vector2( 215, 160 )
scale = Vector2( 0.998604, 1 )
[node name="WalkingEnemy" parent="SaveStation" index="5" instance=ExtResource( 5 )]
position = Vector2( -182.254, -1.52588e-05 )