UNIVERSAL LADDER TAKEOVER

This commit is contained in:
Haze Weathers 2023-03-22 16:24:20 -04:00
parent e0c3cffaeb
commit ce964f5567
19 changed files with 90 additions and 23 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=22 format=2]
[gd_scene load_steps=23 format=2]
[ext_resource path="res://objects/environment/ladder/ladder.tscn" type="PackedScene" id=1]
[ext_resource path="res://objects/hud/hud.tscn" type="PackedScene" id=2]
@ -20,6 +20,7 @@
[ext_resource path="res://scripts/delete_on_game_running.gd" type="Script" id=18]
[ext_resource path="res://maps/map.gd" type="Script" id=19]
[ext_resource path="res://audio/music/rumble_loop.mp3" type="AudioStream" id=20]
[ext_resource path="res://tilesets/t_ladders.tres" type="TileSet" id=21]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 8, 128 )
@ -65,10 +66,10 @@ cell_size = Vector2( 8, 8 )
format = 1
[node name="Ladder" type="TileMap" parent="."]
tile_set = ExtResource( 8 )
tile_set = ExtResource( 21 )
cell_size = Vector2( 8, 8 )
format = 1
tile_data = PoolIntArray( 196666, 1, 0, 262202, 1, 0, 262215, 1, 0, 327707, 1, 0, 327724, 1, 0, 327738, 1, 0, 327751, 1, 0, 393243, 1, 0, 393260, 1, 0, 458779, 1, 0, 458796, 1, 0, 458832, 1, 0, 524315, 1, 0, 524332, 1, 0, 524368, 1, 0, 589851, 1, 0, 589858, 0, 65538, 655363, 1, 0, 655387, 1, 0, 720899, 1, 0, 720923, 1, 0, 786435, 1, 0, 786459, 1, 0, 851995, 1, 0, 917511, 1, 0, 917579, 1, 0, 917583, 1, 0, 983047, 1, 0, 983115, 1, 0, 983119, 1, 0, 1048583, 1, 0, 1048651, 1, 0, 1048655, 1, 0, 1114119, 1, 0, 1114187, 1, 0, 1179723, 1, 0 )
tile_data = PoolIntArray( 196666, 0, 0, 262202, 0, 0, 262215, 0, 0, 327707, 0, 0, 327724, 0, 0, 327738, 0, 0, 327751, 0, 0, 393243, 0, 0, 393260, 0, 0, 458779, 0, 0, 458796, 0, 0, 458832, 0, 0, 524315, 0, 0, 524332, 0, 0, 524368, 0, 0, 589851, 0, 0, 589858, 0, 65538, 655363, 0, 0, 655387, 0, 0, 720899, 0, 0, 720923, 0, 0, 786435, 0, 0, 786459, 0, 0, 851995, 0, 0, 917511, 0, 0, 917579, 0, 0, 917583, 0, 0, 983047, 0, 0, 983115, 0, 0, 983119, 0, 0, 1048583, 0, 0, 1048651, 0, 0, 1048655, 0, 0, 1114119, 0, 0, 1114187, 0, 0, 1179723, 0, 0 )
[node name="StaticBody2D" type="StaticBody2D" parent="."]