removed death area
This commit is contained in:
parent
dcb279f240
commit
1ca21d438f
1 changed files with 1 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=22 format=2]
|
||||
[gd_scene load_steps=21 format=2]
|
||||
|
||||
[ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://objects/ladder/ladder.tscn" type="PackedScene" id=2]
|
||||
|
@ -18,7 +18,6 @@
|
|||
[ext_resource path="res://objects/turniwood/turniwood.tscn" type="PackedScene" id=16]
|
||||
[ext_resource path="res://objects/collectibles/arrow.tscn" type="PackedScene" id=17]
|
||||
[ext_resource path="res://maps/map01.gd" type="Script" id=18]
|
||||
[ext_resource path="res://objects/death tile/death_tile.tscn" type="PackedScene" id=19]
|
||||
[ext_resource path="res://objects/exit/exit.tscn" type="PackedScene" id=20]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=1]
|
||||
|
@ -154,10 +153,6 @@ position = Vector2( 704, 120 )
|
|||
[node name="Turniwood6" parent="Platforms" instance=ExtResource( 16 )]
|
||||
position = Vector2( 720, 104 )
|
||||
|
||||
[node name="Area2D" parent="Platforms" instance=ExtResource( 19 )]
|
||||
position = Vector2( 360, 200 )
|
||||
scale = Vector2( 8, 2 )
|
||||
|
||||
[node name="Exit" parent="Platforms" instance=ExtResource( 20 )]
|
||||
position = Vector2( 744, 36 )
|
||||
cost = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue