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=26 format=2]
|
||||
[gd_scene load_steps=27 format=2]
|
||||
|
||||
[ext_resource path="res://maps/map.gd" type="Script" id=1]
|
||||
[ext_resource path="res://objects/Camera2D.tscn" type="PackedScene" id=2]
|
||||
|
@ -22,6 +22,7 @@
|
|||
[ext_resource path="res://objects/collectibles/star.tscn" type="PackedScene" id=20]
|
||||
[ext_resource path="res://objects/collectibles/gold.tscn" type="PackedScene" id=21]
|
||||
[ext_resource path="res://objects/environment/barrier/barrier.tscn" type="PackedScene" id=22]
|
||||
[ext_resource path="res://tilesets/t_ladders.tres" type="TileSet" id=23]
|
||||
[ext_resource path="res://objects/collectibles/arrow.tscn" type="PackedScene" id=24]
|
||||
[ext_resource path="res://audio/music/cryokiller.ogg" type="AudioStream" id=25]
|
||||
|
||||
|
@ -70,7 +71,7 @@ format = 1
|
|||
tile_data = PoolIntArray( 262157, 1, 0, 262161, 1, 0, 262168, 1, 0, 262172, 1, 0, 393254, 1, 0, 393255, 1, 0, 393256, 1, 0, 393257, 1, 0, 393258, 1, 0, 393259, 1, 0, 393260, 1, 0, 393261, 1, 0, 393262, 1, 0 )
|
||||
|
||||
[node name="Ladder" type="TileMap" parent="."]
|
||||
tile_set = ExtResource( 4 )
|
||||
tile_set = ExtResource( 23 )
|
||||
cell_size = Vector2( 8, 8 )
|
||||
format = 1
|
||||
tile_data = PoolIntArray( 196618, 0, 196608, 262154, 0, 196608, 262223, 0, 196608, 327690, 0, 196608, 327759, 0, 196608, 393226, 0, 196608, 393295, 0, 196608, 458762, 0, 196608, 458822, 0, 196608, 458831, 0, 196608, 524298, 0, 196608, 524358, 0, 196608, 524367, 0, 196608, 589826, 0, 196608, 589894, 0, 196608, 589917, 536870912, 196608, 655362, 0, 196608, 655430, 0, 196608, 655453, 536870912, 196608, 720898, 0, 196608, 720989, 536870912, 196608, 786434, 0, 196608, 786476, 0, 196608, 851970, 0, 196608, 852012, 0, 196608, 917506, 0, 196608, 917548, 0, 196608, 983042, 0, 196608, 983084, 0, 196608, 1048578, 0, 196608, 1114181, 0, 196608, 1179717, 0, 196608, 1245253, 0, 196608 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue