forked from team-sg/hero-mark-2
UNIVERSAL LADDER TAKEOVER
This commit is contained in:
parent
e0c3cffaeb
commit
ce964f5567
19 changed files with 90 additions and 23 deletions
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=23 format=2]
|
||||
[gd_scene load_steps=24 format=2]
|
||||
|
||||
[ext_resource path="res://objects/Camera2D.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://maps/map.gd" type="Script" id=2]
|
||||
|
@ -18,6 +18,7 @@
|
|||
[ext_resource path="res://objects/collectibles/arrow.tscn" type="PackedScene" id=16]
|
||||
[ext_resource path="res://objects/environment/rock/rock.tscn" type="PackedScene" id=17]
|
||||
[ext_resource path="res://tilesets/t_death.tres" type="TileSet" id=18]
|
||||
[ext_resource path="res://tilesets/t_ladders.tres" type="TileSet" id=19]
|
||||
[ext_resource path="res://objects/collectibles/shard.tscn" type="PackedScene" id=20]
|
||||
[ext_resource path="res://objects/environment/exit/exit.tscn" type="PackedScene" id=21]
|
||||
[ext_resource path="res://audio/music/dusk_park.mp3" type="AudioStream" id=22]
|
||||
|
@ -52,10 +53,10 @@ tile_data = PoolIntArray( 9, 0, 65537, 65545, 0, 1, 131081, 0, 1, 196617, -16106
|
|||
position = Vector2( 24, 166 )
|
||||
|
||||
[node name="Ladder" type="TileMap" parent="."]
|
||||
tile_set = ExtResource( 4 )
|
||||
tile_set = ExtResource( 19 )
|
||||
cell_size = Vector2( 8, 8 )
|
||||
format = 1
|
||||
tile_data = PoolIntArray( 393303, 0, 196608, 458839, 0, 196608, 524375, 0, 196608, 589911, 0, 196608, 655367, 0, 196608, 655447, 0, 196608, 720903, 0, 196608, 720983, 0, 196608, 786519, 0, 196608, 852055, 0, 196608, 917516, 0, 196608, 917591, 0, 196608, 983052, 0, 196608, 983127, 0, 196608, 1048588, 0, 196608, 1048663, 0, 196608, 1114199, 0, 196608, 1179735, 0, 196608, 1245271, 0, 196608 )
|
||||
tile_data = PoolIntArray( 393303, 0, 1, 458839, 0, 1, 524375, 0, 1, 589911, 0, 1, 655367, 0, 1, 655447, 0, 1, 720903, 0, 1, 720983, 0, 1, 786519, 0, 1, 852055, 0, 1, 917516, 0, 1, 917591, 0, 1, 983052, 0, 1, 983127, 0, 1, 1048588, 0, 1, 1048663, 0, 1, 1114199, 0, 1, 1179735, 0, 1, 1245271, 0, 1 )
|
||||
|
||||
[node name="Death" type="TileMap" parent="." groups=["death"]]
|
||||
tile_set = ExtResource( 18 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue