fixed issue 45
This commit is contained in:
parent
8f951ad947
commit
f19a49f6e7
2 changed files with 6 additions and 47 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=26 format=2]
|
||||
[gd_scene load_steps=25 format=2]
|
||||
|
||||
[ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://tilesets/t_cave.tres" type="TileSet" id=2]
|
||||
|
@ -21,7 +21,6 @@
|
|||
[ext_resource path="res://scripts/delete_on_game_running.gd" type="Script" id=19]
|
||||
[ext_resource path="res://objects/collectibles/arrow.tscn" type="PackedScene" id=20]
|
||||
[ext_resource path="res://objects/environment/turniwood/turning_platform.tscn" type="PackedScene" id=21]
|
||||
[ext_resource path="res://objects/environment/death tile/death_tile.tscn" type="PackedScene" id=22]
|
||||
[ext_resource path="res://objects/environment/barrier/barrier.tscn" type="PackedScene" id=23]
|
||||
[ext_resource path="res://objects/environment/exit/exit.tscn" type="PackedScene" id=24]
|
||||
|
||||
|
@ -64,9 +63,10 @@ collision_layer = 9
|
|||
format = 1
|
||||
tile_data = PoolIntArray( 393236, 0, 196610, 458772, 0, 196608, 524308, 0, 196608, 589844, 0, 196608, 786445, 0, 196610, 786460, 0, 196610, 851981, 0, 196608, 851996, 0, 196608, 917517, 0, 196608, 917532, 0, 196608, 983053, 0, 196608, 983068, 0, 196608, 983078, 0, 196610, 1048589, 0, 196608, 1048604, 0, 196608, 1048614, 0, 196608, 1114125, 0, 196608, 1114150, 0, 196608, 1179661, 0, 196608, 1179686, 0, 196608, 1245197, 0, 196608, 1245222, 0, 196608, 1310733, 0, 196608, 1310758, 0, 196608, 1376268, 0, 262144, 1376269, 0, 196609, 1376274, 0, 262144, 1376284, 0, 262144, 1376294, 0, 196609 )
|
||||
|
||||
[node name="Death" type="TileMap" parent="."]
|
||||
[node name="Death" type="TileMap" parent="." groups=["death"]]
|
||||
tile_set = ExtResource( 5 )
|
||||
cell_size = Vector2( 8, 8 )
|
||||
collision_layer = 32
|
||||
format = 1
|
||||
tile_data = PoolIntArray( 720951, 1, 0, 720952, 1, 0, 720977, 1, 0, 720978, 1, 0, 983091, 1, 0 )
|
||||
|
||||
|
@ -186,17 +186,6 @@ position = Vector2( 528, 160 )
|
|||
[node name="Turniwood2" parent="Platforms" instance=ExtResource( 21 )]
|
||||
position = Vector2( 320, 32 )
|
||||
|
||||
[node name="Area2D2" parent="Platforms" instance=ExtResource( 22 )]
|
||||
position = Vector2( 440, 88 )
|
||||
scale = Vector2( 2, 1 )
|
||||
|
||||
[node name="Area2D5" parent="Platforms" instance=ExtResource( 22 )]
|
||||
position = Vector2( 648, 88 )
|
||||
scale = Vector2( 2, 1 )
|
||||
|
||||
[node name="Area2D4" parent="Platforms" instance=ExtResource( 22 )]
|
||||
position = Vector2( 408, 120 )
|
||||
|
||||
[node name="Barrier" parent="Platforms" instance=ExtResource( 23 )]
|
||||
position = Vector2( 496, 152 )
|
||||
scale = Vector2( 1, 24 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue