diff --git a/Music/Interface/main-menu.mp3 b/Music/Interface/main-menu.mp3 deleted file mode 100644 index fcab1e7..0000000 Binary files a/Music/Interface/main-menu.mp3 and /dev/null differ diff --git a/Music/Interface/main-menu.mp3.import b/Music/Interface/main-menu.mp3.import deleted file mode 100644 index 1ebd30c..0000000 --- a/Music/Interface/main-menu.mp3.import +++ /dev/null @@ -1,15 +0,0 @@ -[remap] - -importer="mp3" -type="AudioStreamMP3" -path="res://.import/main-menu.mp3-aab7bca33746995bd827b1be5c058ba3.mp3str" - -[deps] - -source_file="res://Music/Interface/main-menu.mp3" -dest_files=[ "res://.import/main-menu.mp3-aab7bca33746995bd827b1be5c058ba3.mp3str" ] - -[params] - -loop=true -loop_offset=0 diff --git a/Music/Interface/splash.wav b/Music/Interface/splash.wav deleted file mode 100644 index 52b83cc..0000000 Binary files a/Music/Interface/splash.wav and /dev/null differ diff --git a/Music/Interface/splash.wav.import b/Music/Interface/splash.wav.import deleted file mode 100644 index fad9591..0000000 --- a/Music/Interface/splash.wav.import +++ /dev/null @@ -1,21 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamSample" -path="res://.import/splash.wav-56b87e9c12b1da11cd6e9b9b251c6bbe.sample" - -[deps] - -source_file="res://Music/Interface/splash.wav" -dest_files=[ "res://.import/splash.wav-56b87e9c12b1da11cd6e9b9b251c6bbe.sample" ] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop=false -compress/mode=0 diff --git a/Sounds/Interface/menu-select.wav b/Sounds/Interface/menu-select.wav deleted file mode 100644 index c3de148..0000000 Binary files a/Sounds/Interface/menu-select.wav and /dev/null differ diff --git a/Sounds/Interface/menu-select.wav.import b/Sounds/Interface/menu-select.wav.import deleted file mode 100644 index f1df4ed..0000000 --- a/Sounds/Interface/menu-select.wav.import +++ /dev/null @@ -1,21 +0,0 @@ -[remap] - -importer="wav" -type="AudioStreamSample" -path="res://.import/menu-select.wav-0365203aec745be2bb480afa89696728.sample" - -[deps] - -source_file="res://Sounds/Interface/menu-select.wav" -dest_files=[ "res://.import/menu-select.wav-0365203aec745be2bb480afa89696728.sample" ] - -[params] - -force/8_bit=false -force/mono=false -force/max_rate=false -force/max_rate_hz=44100 -edit/trim=false -edit/normalize=false -edit/loop=false -compress/mode=0 diff --git a/World.gd b/World.gd deleted file mode 100644 index faaf7c8..0000000 --- a/World.gd +++ /dev/null @@ -1,5 +0,0 @@ -extends Node2D - -func _ready() -> void: - $YSort/Player.position = get_viewport_rect().size / 2 - return diff --git a/World.tscn b/World.tscn deleted file mode 100644 index 6d2133a..0000000 --- a/World.tscn +++ /dev/null @@ -1,146 +0,0 @@ -[gd_scene load_steps=25 format=2] - -[ext_resource path="res://Player.tscn" type="PackedScene" id=1] -[ext_resource path="res://World.gd" type="Script" id=2] -[ext_resource path="res://Tilesets/Hell/tileset_mk_16_16_nature_tileset_godot.tres" type="TileSet" id=3] -[ext_resource path="res://Sprites/Hell/fire_column_medium_7.png" type="Texture" id=4] -[ext_resource path="res://Sprites/Hell/fire_column_medium_6.png" type="Texture" id=5] -[ext_resource path="res://Sprites/Hell/fire_column_medium_4.png" type="Texture" id=6] -[ext_resource path="res://Sprites/Hell/fire_column_medium_5.png" type="Texture" id=7] -[ext_resource path="res://Sprites/Hell/fire_column_medium_3.png" type="Texture" id=8] -[ext_resource path="res://Sprites/Hell/fire_column_medium_13.png" type="Texture" id=9] -[ext_resource path="res://Sprites/Hell/fire_column_medium_10.png" type="Texture" id=10] -[ext_resource path="res://Sprites/Hell/fire_column_medium_2.png" type="Texture" id=11] -[ext_resource path="res://Sprites/Hell/fire_column_medium_9.png" type="Texture" id=12] -[ext_resource path="res://Sprites/Hell/fire_column_medium_14.png" type="Texture" id=13] -[ext_resource path="res://Sprites/Hell/fire_column_medium_12.png" type="Texture" id=14] -[ext_resource path="res://Sprites/Hell/fire_column_medium_11.png" type="Texture" id=15] -[ext_resource path="res://Sprites/Hell/fire_column_medium_1.png" type="Texture" id=16] -[ext_resource path="res://Sprites/Hell/fire_column_medium_8.png" type="Texture" id=17] -[ext_resource path="res://Sprites/Hell/flaming skull design.png" type="Texture" id=18] - -[sub_resource type="SpriteFrames" id=1] -animations = [ { -"frames": [ ExtResource( 16 ), ExtResource( 11 ), ExtResource( 8 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 5 ), ExtResource( 4 ), ExtResource( 17 ), ExtResource( 12 ), ExtResource( 10 ), ExtResource( 15 ), ExtResource( 14 ), ExtResource( 9 ), ExtResource( 13 ) ], -"loop": true, -"name": "default", -"speed": 10.0 -} ] - -[sub_resource type="AtlasTexture" id=2] -flags = 4 -atlas = ExtResource( 18 ) -region = Rect2( 0, 0, 672, 672 ) - -[sub_resource type="AtlasTexture" id=3] -flags = 4 -atlas = ExtResource( 18 ) -region = Rect2( 672, 0, 672, 672 ) - -[sub_resource type="AtlasTexture" id=4] -flags = 4 -atlas = ExtResource( 18 ) -region = Rect2( 1344, 0, 672, 672 ) - -[sub_resource type="SpriteFrames" id=5] -animations = [ { -"frames": [ SubResource( 2 ), SubResource( 3 ), SubResource( 4 ) ], -"loop": true, -"name": "default", -"speed": 5.0 -} ] - -[sub_resource type="SpriteFrames" id=7] -animations = [ { -"frames": [ ], -"loop": true, -"name": "default", -"speed": 5.0 -} ] - -[node name="World" type="Node2D"] -script = ExtResource( 2 ) - -[node name="BGTileMap" type="TileMap" parent="."] -tile_set = ExtResource( 3 ) -cell_size = Vector2( 16, 16 ) -cell_custom_transform = Transform2D( 16, 0, 0, 16, 0, 0 ) -format = 1 -tile_data = PoolIntArray( -589835, 0, 1, -589834, 0, 2, -589833, 0, 2, -589832, 0, 2, -589831, 0, 2, -589830, 0, 2, -589829, 0, 2, -589828, 0, 2, -589827, 0, 2, -589826, 0, 2, -589825, 0, 2, -655360, 0, 2, -655359, 0, 2, -655358, 0, 2, -655357, 0, 2, -655356, 0, 2, -655355, 0, 2, -655354, 0, 2, -655353, 0, 2, -655352, 0, 2, -655351, 0, 2, -655350, 0, 2, -655349, 0, 2, -655348, 0, 2, -655347, 0, 2, -655346, 0, 2, -655345, 0, 2, -655344, 0, 2, -655343, 0, 2, -655342, 0, 2, -655341, 0, 2, -655340, 0, 2, -655339, 0, 2, -655338, 0, 2, -655337, 0, 2, -655336, 0, 2, -655335, 0, 2, -655334, 0, 2, -655333, 0, 2, -655332, 0, 2, -655331, 0, 2, -655330, 0, 2, -655329, 0, 2, -655328, 0, 3, -524299, 0, 65537, -524298, 0, 65538, -524297, 0, 65538, -524296, 0, 65538, -524295, 0, 65538, -524294, 0, 65538, -524293, 0, 65538, -524292, 0, 65538, -524291, 0, 65538, -524290, 0, 65538, -524289, 0, 65538, -589824, 0, 65538, -589823, 0, 65538, -589822, 0, 65538, -589821, 0, 65538, -589820, 0, 65538, -589819, 0, 65538, -589818, 0, 65538, -589817, 0, 65538, -589816, 0, 65538, -589815, 0, 65538, -589814, 0, 65538, -589813, 0, 65538, -589812, 0, 65538, -589811, 0, 65538, -589810, 0, 65538, -589809, 0, 65538, -589808, 0, 65538, -589807, 0, 65538, -589806, 0, 65538, -589805, 0, 65538, -589804, 0, 65538, -589803, 0, 65538, -589802, 0, 65538, -589801, 0, 65538, -589800, 0, 65538, -589799, 0, 65538, -589798, 0, 65538, -589797, 0, 65538, -589796, 0, 65538, -589795, 0, 65538, -589794, 0, 65538, -589793, 0, 65538, -589792, 0, 65539, -458763, 0, 65537, -458762, 0, 65538, -458761, 0, 65538, -458760, 0, 65538, -458759, 0, 65538, -458758, 0, 65538, -458757, 0, 65538, -458756, 0, 65538, -458755, 0, 65538, -458754, 0, 65538, -458753, 0, 65538, -524288, 0, 65538, -524287, 0, 65538, -524286, 0, 65538, -524285, 0, 65538, -524284, 0, 65538, -524283, 0, 65538, -524282, 0, 65538, -524281, 0, 65538, -524280, 0, 65538, -524279, 0, 65538, -524278, 0, 65538, -524277, 0, 65538, -524276, 0, 65538, -524275, 0, 65538, -524274, 0, 65538, -524273, 0, 65538, -524272, 0, 65538, -524271, 0, 65538, -524270, 0, 65538, -524269, 0, 65538, -524268, 0, 65538, -524267, 0, 65538, -524266, 0, 65538, -524265, 0, 65538, -524264, 0, 65538, -524263, 0, 65538, -524262, 0, 65538, -524261, 0, 65538, -524260, 0, 65538, -524259, 0, 65538, -524258, 0, 65538, -524257, 0, 65538, -524256, 0, 65539, -393227, 0, 65537, -393226, 0, 65538, -393225, 0, 65538, -393224, 0, 65538, -393223, 0, 65538, -393222, 0, 65538, -393221, 0, 65538, -393220, 0, 65538, -393219, 0, 65538, -393218, 0, 65538, -393217, 0, 65538, -458752, 0, 65538, -458751, 0, 65538, -458750, 0, 65538, -458749, 0, 65538, -458748, 0, 65538, -458747, 0, 65538, -458746, 0, 65538, -458745, 0, 65538, -458744, 0, 65538, -458743, 0, 65538, -458742, 0, 65538, -458741, 0, 65538, -458740, 0, 65538, -458739, 0, 65538, -458738, 0, 65538, -458737, 0, 65538, -458736, 0, 65538, -458735, 0, 65538, -458734, 0, 65538, -458733, 0, 65538, -458732, 0, 65538, -458731, 0, 65538, -458730, 0, 65538, -458729, 0, 65538, -458728, 0, 65538, -458727, 0, 65538, -458726, 0, 65538, -458725, 0, 65538, -458724, 0, 65538, -458723, 0, 65538, -458722, 0, 65538, -458721, 0, 65538, -458720, 0, 65539, -327691, 0, 65537, -327690, 0, 65538, -327689, 0, 65538, -327688, 0, 65538, -327687, 0, 65538, -327686, 0, 65538, -327685, 0, 65538, -327684, 0, 65538, -327683, 0, 65538, -327682, 0, 65538, -327681, 0, 65538, -393216, 0, 65538, -393215, 0, 65538, -393214, 0, 65538, -393213, 0, 65538, -393212, 0, 65538, -393211, 0, 65538, -393210, 0, 65538, -393209, 0, 65538, -393208, 0, 65538, -393207, 0, 65538, -393206, 0, 65538, -393205, 0, 65538, -393204, 0, 65538, -393203, 0, 65538, -393202, 0, 65538, -393201, 0, 65538, -393200, 0, 65538, -393199, 0, 65538, -393198, 0, 65538, -393197, 0, 65538, -393196, 0, 65538, -393195, 0, 65538, -393194, 0, 65538, -393193, 0, 65538, -393192, 0, 65538, -393191, 0, 65538, -393190, 0, 65538, -393189, 0, 65538, -393188, 0, 65538, -393187, 0, 65538, -393186, 0, 65538, -393185, 0, 65538, -393184, 0, 65539, -262155, 0, 65537, -262154, 0, 65538, -262153, 0, 65538, -262152, 0, 65538, -262151, 0, 65538, -262150, 0, 65538, -262149, 0, 65538, -262148, 0, 65538, -262147, 0, 65538, -262146, 0, 65538, -262145, 0, 65538, -327680, 0, 65538, -327679, 0, 65538, -327678, 0, 65538, -327677, 0, 65538, -327676, 0, 65538, -327675, 0, 65538, -327674, 0, 65538, -327673, 0, 65538, -327672, 0, 65538, -327671, 0, 65538, -327670, 0, 65538, -327669, 0, 65538, -327668, 0, 65538, -327667, 0, 65538, -327666, 0, 65538, -327665, 0, 65538, -327664, 0, 65538, -327663, 0, 65538, -327662, 0, 65538, -327661, 0, 65538, -327660, 0, 65538, -327659, 0, 65538, -327658, 0, 65538, -327657, 0, 65538, -327656, 0, 65538, -327655, 0, 65538, -327654, 0, 65538, -327653, 0, 65538, -327652, 0, 65538, -327651, 0, 65538, -327650, 0, 65538, -327649, 0, 65538, -327648, 0, 65539, -196619, 0, 65537, -196618, 0, 65538, -196617, 0, 65538, -196616, 0, 65538, -196615, 0, 65538, -196614, 0, 65538, -196613, 0, 65538, -196612, 0, 65538, -196611, 0, 65538, -196610, 0, 65538, -196609, 0, 65538, -262144, 0, 65538, -262143, 0, 65538, -262142, 0, 65538, -262141, 0, 65538, -262140, 0, 65538, -262139, 0, 65538, -262138, 0, 65538, -262137, 0, 65538, -262136, 0, 65538, -262135, 0, 65538, -262134, 0, 65538, -262133, 0, 65538, -262132, 0, 65538, -262131, 0, 65538, -262130, 0, 65538, -262129, 0, 65538, -262128, 0, 65538, -262127, 0, 65538, -262126, 0, 65538, -262125, 0, 65538, -262124, 0, 65538, -262123, 0, 65538, -262122, 0, 65538, -262121, 0, 65538, -262120, 0, 65538, -262119, 0, 65538, -262118, 0, 65538, -262117, 0, 65538, -262116, 0, 65538, -262115, 0, 65538, -262114, 0, 65538, -262113, 0, 65538, -262112, 0, 65539, -131083, 0, 65537, -131082, 0, 65538, -131081, 0, 65538, -131080, 0, 65538, -131079, 0, 65538, -131078, 0, 65538, -131077, 0, 65538, -131076, 0, 65538, -131075, 0, 65538, -131074, 0, 65538, -131073, 0, 65538, -196608, 0, 65538, -196607, 0, 65538, -196606, 0, 65538, -196605, 0, 65538, -196604, 0, 65538, -196603, 0, 65538, -196602, 0, 65538, -196601, 0, 65538, -196600, 0, 65538, -196599, 0, 65538, -196598, 0, 65538, -196597, 0, 65538, -196596, 0, 65538, -196595, 0, 65538, -196594, 0, 65538, -196593, 0, 65538, -196592, 0, 65538, -196591, 0, 65538, -196590, 0, 65538, -196589, 0, 65538, -196588, 0, 65538, -196587, 0, 65538, -196586, 0, 65538, -196585, 0, 65538, -196584, 0, 65538, -196583, 0, 65538, -196582, 0, 65538, -196581, 0, 65538, -196580, 0, 65538, -196579, 0, 65538, -196578, 0, 65538, -196577, 0, 65538, -196576, 0, 65539, -65547, 0, 65537, -65546, 0, 65538, -65545, 0, 65538, -65544, 0, 65538, -65543, 0, 65538, -65542, 0, 65538, -65541, 0, 65538, -65540, 0, 65538, -65539, 0, 65538, -65538, 0, 65538, -65537, 0, 65538, -131072, 0, 65538, -131071, 0, 65538, -131070, 0, 65538, -131069, 0, 65538, -131068, 0, 65538, -131067, 0, 65538, -131066, 0, 65538, -131065, 0, 65538, -131064, 0, 65538, -131063, 0, 65538, -131062, 0, 65538, -131061, 0, 65538, -131060, 0, 65538, -131059, 0, 65538, -131058, 0, 65538, -131057, 0, 65538, -131056, 0, 65538, -131055, 0, 65538, -131054, 0, 65538, -131053, 0, 65538, -131052, 0, 65538, -131051, 0, 65538, -131050, 0, 65538, -131049, 0, 65538, -131048, 0, 65538, -131047, 0, 65538, -131046, 0, 65538, -131045, 0, 65538, -131044, 0, 65538, -131043, 0, 65538, -131042, 0, 65538, -131041, 0, 65538, -131040, 0, 65539, -11, 0, 65537, -10, 0, 65538, -9, 0, 65538, -8, 0, 65538, -7, 0, 65538, -6, 0, 65538, -5, 0, 65538, -4, 0, 65538, -3, 0, 65538, -2, 0, 65538, -1, 0, 65538, -65536, 0, 65538, -65535, 0, 65538, -65534, 0, 65538, -65533, 0, 65538, -65532, 0, 65538, -65531, 0, 65538, -65530, 0, 65538, -65529, 0, 65538, -65528, 0, 65538, -65527, 0, 65538, -65526, 0, 65538, -65525, 0, 65538, -65524, 0, 65538, -65523, 0, 65538, -65522, 0, 65538, -65521, 0, 65538, -65520, 0, 65538, -65519, 0, 65538, -65518, 0, 65538, -65517, 0, 65538, -65516, 0, 65538, -65515, 0, 65538, -65514, 0, 65538, -65513, 0, 65538, -65512, 0, 65538, -65511, 0, 65538, -65510, 0, 65538, -65509, 0, 65538, -65508, 0, 65538, -65507, 0, 65538, -65506, 0, 65538, -65505, 0, 65538, -65504, 0, 65539, 65525, 0, 65537, 65526, 0, 65538, 65527, 0, 65538, 65528, 0, 65538, 65529, 0, 65538, 65530, 0, 65538, 65531, 0, 65538, 65532, 0, 65538, 65533, 0, 65538, 65534, 0, 65538, 65535, 0, 65538, 0, 0, 65538, 1, 0, 65542, 2, 0, 131074, 3, 0, 131074, 4, 0, 131074, 5, 0, 131074, 6, 0, 131074, 7, 0, 131074, 8, 0, 131074, 9, 0, 131074, 10, 0, 131074, 11, 0, 131074, 12, 0, 131074, 13, 0, 131074, 14, 0, 131074, 15, 0, 131074, 16, 0, 131074, 17, 0, 131074, 18, 0, 131074, 19, 0, 65543, 20, 0, 65538, 21, 0, 65538, 22, 0, 65538, 23, 0, 65538, 24, 0, 65538, 25, 0, 65538, 26, 0, 65538, 27, 0, 65538, 28, 0, 65538, 29, 0, 65538, 30, 0, 65538, 31, 0, 65538, 32, 0, 65539, 131061, 0, 65537, 131062, 0, 65538, 131063, 0, 65538, 131064, 0, 65538, 131065, 0, 65538, 131066, 0, 65538, 131067, 0, 65538, 131068, 0, 65538, 131069, 0, 65538, 131070, 0, 65538, 131071, 0, 65538, 65536, 0, 65542, 65537, 0, 131075, 65555, 0, 65537, 65556, 0, 65538, 65557, 0, 65538, 65558, 0, 65538, 65559, 0, 65538, 65560, 0, 65538, 65561, 0, 65538, 65562, 0, 65538, 65563, 0, 65538, 65564, 0, 65538, 65565, 0, 65538, 65566, 0, 65538, 65567, 0, 65538, 65568, 0, 65539, 196597, 0, 65537, 196598, 0, 65538, 196599, 0, 65538, 196600, 0, 65538, 196601, 0, 65538, 196602, 0, 65538, 196603, 0, 65538, 196604, 0, 65538, 196605, 0, 65538, 196606, 0, 65538, 196607, 0, 65538, 131072, 0, 65539, 131091, 0, 65537, 131092, 0, 65538, 131093, 0, 65538, 131094, 0, 65538, 131095, 0, 65538, 131096, 0, 65538, 131097, 0, 65538, 131098, 0, 65538, 131099, 0, 65538, 131100, 0, 65538, 131101, 0, 65538, 131102, 0, 65538, 131103, 0, 65538, 131104, 0, 65539, 262133, 0, 65537, 262134, 0, 65538, 262135, 0, 65538, 262136, 0, 65538, 262137, 0, 65538, 262138, 0, 65538, 262139, 0, 65538, 262140, 0, 65538, 262141, 0, 65538, 262142, 0, 65538, 262143, 0, 65538, 196608, 0, 65539, 196627, 0, 65537, 196628, 0, 65538, 196629, 0, 65538, 196630, 0, 65538, 196631, 0, 65538, 196632, 0, 65538, 196633, 0, 65538, 196634, 0, 65538, 196635, 0, 65538, 196636, 0, 65538, 196637, 0, 65538, 196638, 0, 65538, 196639, 0, 65538, 196640, 0, 65539, 327669, 0, 65537, 327670, 0, 65538, 327671, 0, 65538, 327672, 0, 65538, 327673, 0, 65538, 327674, 0, 65538, 327675, 0, 65538, 327676, 0, 65538, 327677, 0, 65538, 327678, 0, 65538, 327679, 0, 65538, 262144, 0, 65539, 262163, 0, 65537, 262164, 0, 65538, 262165, 0, 65538, 262166, 0, 65538, 262167, 0, 65538, 262168, 0, 65538, 262169, 0, 65538, 262170, 0, 65538, 262171, 0, 65538, 262172, 0, 65538, 262173, 0, 65538, 262174, 0, 65538, 262175, 0, 65538, 262176, 0, 65539, 393205, 0, 65537, 393206, 0, 65538, 393207, 0, 65538, 393208, 0, 65538, 393209, 0, 65538, 393210, 0, 65538, 393211, 0, 65538, 393212, 0, 65538, 393213, 0, 65538, 393214, 0, 65538, 393215, 0, 65538, 327680, 0, 65539, 327685, 0, 1, 327686, 0, 2, 327687, 0, 2, 327688, 0, 3, 327699, 0, 65537, 327700, 0, 65538, 327701, 0, 65538, 327702, 0, 65538, 327703, 0, 65538, 327704, 0, 65538, 327705, 0, 65538, 327706, 0, 65538, 327707, 0, 65538, 327708, 0, 65538, 327709, 0, 65538, 327710, 0, 65538, 327711, 0, 65538, 327712, 0, 65539, 458741, 0, 65537, 458742, 0, 65538, 458743, 0, 65538, 458744, 0, 65538, 458745, 0, 65538, 458746, 0, 65538, 458747, 0, 65538, 458748, 0, 65538, 458749, 0, 65538, 458750, 0, 65538, 458751, 0, 65538, 393216, 0, 65539, 393219, 0, 1, 393220, 0, 2, 393221, 0, 131079, 393222, 0, 65538, 393223, 0, 65538, 393224, 0, 131078, 393225, 0, 2, 393226, 0, 2, 393227, 0, 2, 393228, 0, 2, 393229, 0, 3, 393235, 0, 65537, 393236, 0, 65538, 393237, 0, 65538, 393238, 0, 65538, 393239, 0, 65538, 393240, 0, 65538, 393241, 0, 65538, 393242, 0, 65538, 393243, 0, 65538, 393244, 0, 65538, 393245, 0, 65538, 393246, 0, 65538, 393247, 0, 65538, 393248, 0, 65539, 524277, 0, 65537, 524278, 0, 65538, 524279, 0, 65538, 524280, 0, 65538, 524281, 0, 65538, 524282, 0, 65538, 524283, 0, 65538, 524284, 0, 65538, 524285, 0, 65538, 524286, 0, 65538, 524287, 0, 65538, 458752, 0, 65539, 458754, 0, 1, 458755, 0, 131079, 458756, 0, 65538, 458757, 0, 65538, 458758, 0, 65538, 458759, 0, 65538, 458760, 0, 65538, 458761, 0, 65538, 458762, 0, 65538, 458763, 0, 65538, 458764, 0, 65538, 458765, 0, 131078, 458766, 0, 3, 458771, 0, 65537, 458772, 0, 65538, 458773, 0, 65538, 458774, 0, 65538, 458775, 0, 65538, 458776, 0, 65538, 458777, 0, 65538, 458778, 0, 65538, 458779, 0, 65538, 458780, 0, 65538, 458781, 0, 65538, 458782, 0, 65538, 458783, 0, 65538, 458784, 0, 65539, 589813, 0, 65537, 589814, 0, 65538, 589815, 0, 65538, 589816, 0, 65538, 589817, 0, 65538, 589818, 0, 65538, 589819, 0, 65538, 589820, 0, 65538, 589821, 0, 65538, 589822, 0, 65538, 589823, 0, 65538, 524288, 0, 65539, 524290, 0, 131073, 524291, 0, 65543, 524292, 0, 65538, 524293, 0, 65538, 524294, 0, 65538, 524295, 0, 65538, 524296, 0, 65538, 524297, 0, 65538, 524298, 0, 65538, 524299, 0, 65538, 524300, 0, 65538, 524301, 0, 65542, 524302, 0, 131075, 524307, 0, 65537, 524308, 0, 65538, 524309, 0, 65538, 524310, 0, 65538, 524311, 0, 65538, 524312, 0, 65538, 524313, 0, 65538, 524314, 0, 65538, 524315, 0, 65538, 524316, 0, 65538, 524317, 0, 65538, 524318, 0, 65538, 524319, 0, 65538, 524320, 0, 65539, 655349, 0, 65537, 655350, 0, 65538, 655351, 0, 65538, 655352, 0, 65538, 655353, 0, 65538, 655354, 0, 65538, 655355, 0, 65538, 655356, 0, 65538, 655357, 0, 65538, 655358, 0, 65538, 655359, 0, 65538, 589824, 0, 65539, 589827, 0, 131073, 589828, 0, 131074, 589829, 0, 131074, 589830, 0, 131074, 589831, 0, 131074, 589832, 0, 131074, 589833, 0, 131074, 589834, 0, 131074, 589835, 0, 131074, 589836, 0, 131074, 589837, 0, 131075, 589843, 0, 65537, 589844, 0, 65538, 589845, 0, 65538, 589846, 0, 65538, 589847, 0, 65538, 589848, 0, 65538, 589849, 0, 65538, 589850, 0, 65538, 589851, 0, 65538, 589852, 0, 65538, 589853, 0, 65538, 589854, 0, 65538, 589855, 0, 65538, 589856, 0, 65539, 720885, 0, 65537, 720886, 0, 65538, 720887, 0, 65538, 720888, 0, 65538, 720889, 0, 65538, 720890, 0, 65538, 720891, 0, 65538, 720892, 0, 65538, 720893, 0, 65538, 720894, 0, 65538, 720895, 0, 65538, 655360, 0, 65539, 655379, 0, 65537, 655380, 0, 65538, 655381, 0, 65538, 655382, 0, 65538, 655383, 0, 65538, 655384, 0, 65538, 655385, 0, 65538, 655386, 0, 65538, 655387, 0, 65538, 655388, 0, 65538, 655389, 0, 65538, 655390, 0, 65538, 655391, 0, 65538, 655392, 0, 65539, 786421, 0, 65537, 786422, 0, 65538, 786423, 0, 65538, 786424, 0, 65538, 786425, 0, 65538, 786426, 0, 65538, 786427, 0, 65538, 786428, 0, 65538, 786429, 0, 65538, 786430, 0, 65538, 786431, 0, 65538, 720896, 0, 131078, 720897, 0, 2, 720898, 0, 2, 720899, 0, 2, 720900, 0, 2, 720901, 0, 2, 720902, 0, 2, 720903, 0, 2, 720904, 0, 2, 720905, 0, 2, 720906, 0, 2, 720907, 0, 2, 720908, 0, 2, 720909, 0, 2, 720910, 0, 2, 720911, 0, 2, 720912, 0, 2, 720913, 0, 2, 720914, 0, 2, 720915, 0, 131079, 720916, 0, 65538, 720917, 0, 65538, 720918, 0, 65538, 720919, 0, 65538, 720920, 0, 65538, 720921, 0, 65538, 720922, 0, 65538, 720923, 0, 65538, 720924, 0, 65538, 720925, 0, 65538, 720926, 0, 65538, 720927, 0, 65538, 720928, 0, 65539, 851957, 0, 65537, 851958, 0, 65538, 851959, 0, 65538, 851960, 0, 65538, 851961, 0, 65538, 851962, 0, 65538, 851963, 0, 65538, 851964, 0, 65538, 851965, 0, 65538, 851966, 0, 65538, 851967, 0, 65538, 786432, 0, 65538, 786433, 0, 65538, 786434, 0, 65538, 786435, 0, 65538, 786436, 0, 65538, 786437, 0, 65538, 786438, 0, 65538, 786439, 0, 65538, 786440, 0, 65538, 786441, 0, 65538, 786442, 0, 65538, 786443, 0, 65538, 786444, 0, 65538, 786445, 0, 65538, 786446, 0, 65538, 786447, 0, 65538, 786448, 0, 65538, 786449, 0, 65538, 786450, 0, 65538, 786451, 0, 65538, 786452, 0, 65538, 786453, 0, 65538, 786454, 0, 65538, 786455, 0, 65538, 786456, 0, 65538, 786457, 0, 65538, 786458, 0, 65538, 786459, 0, 65538, 786460, 0, 65538, 786461, 0, 65538, 786462, 0, 65538, 786463, 0, 65538, 786464, 0, 65539, 917493, 0, 65537, 917494, 0, 65538, 917495, 0, 65538, 917496, 0, 65538, 917497, 0, 65538, 917498, 0, 65538, 917499, 0, 65538, 917500, 0, 65538, 917501, 0, 65538, 917502, 0, 65538, 917503, 0, 65538, 851968, 0, 65538, 851969, 0, 65538, 851970, 0, 65538, 851971, 0, 65538, 851972, 0, 65538, 851973, 0, 65538, 851974, 0, 65538, 851975, 0, 65538, 851976, 0, 65538, 851977, 0, 65538, 851978, 0, 65538, 851979, 0, 65538, 851980, 0, 65538, 851981, 0, 65538, 851982, 0, 65538, 851983, 0, 65538, 851984, 0, 65538, 851985, 0, 65538, 851986, 0, 65538, 851987, 0, 65538, 851988, 0, 65538, 851989, 0, 65538, 851990, 0, 65538, 851991, 0, 65538, 851992, 0, 65538, 851993, 0, 65538, 851994, 0, 65538, 851995, 0, 65538, 851996, 0, 65538, 851997, 0, 65538, 851998, 0, 65538, 851999, 0, 65538, 852000, 0, 65539, 983029, 0, 65537, 983030, 0, 65538, 983031, 0, 65538, 983032, 0, 65538, 983033, 0, 65538, 983034, 0, 65538, 983035, 0, 65538, 983036, 0, 65538, 983037, 0, 65538, 983038, 0, 65538, 983039, 0, 65538, 917504, 0, 65538, 917505, 0, 65538, 917506, 0, 65538, 917507, 0, 65538, 917508, 0, 65538, 917509, 0, 65538, 917510, 0, 65538, 917511, 0, 65538, 917512, 0, 65538, 917513, 0, 65538, 917514, 0, 65538, 917515, 0, 65538, 917516, 0, 65538, 917517, 0, 65538, 917518, 0, 65538, 917519, 0, 65538, 917520, 0, 65538, 917521, 0, 65538, 917522, 0, 65538, 917523, 0, 65538, 917524, 0, 65538, 917525, 0, 65538, 917526, 0, 65538, 917527, 0, 65538, 917528, 0, 65538, 917529, 0, 65538, 917530, 0, 65538, 917531, 0, 65538, 917532, 0, 65538, 917533, 0, 65538, 917534, 0, 65538, 917535, 0, 65538, 917536, 0, 65539, 1048565, 0, 65537, 1048566, 0, 65538, 1048567, 0, 65538, 1048568, 0, 65538, 1048569, 0, 65538, 1048570, 0, 65538, 1048571, 0, 65538, 1048572, 0, 65538, 1048573, 0, 65538, 1048574, 0, 65538, 1048575, 0, 65538, 983040, 0, 65538, 983041, 0, 65538, 983042, 0, 65538, 983043, 0, 65538, 983044, 0, 65538, 983045, 0, 65538, 983046, 0, 65538, 983047, 0, 65538, 983048, 0, 65538, 983049, 0, 65538, 983050, 0, 65538, 983051, 0, 65538, 983052, 0, 65538, 983053, 0, 65538, 983054, 0, 65538, 983055, 0, 65538, 983056, 0, 65538, 983057, 0, 65538, 983058, 0, 65538, 983059, 0, 65538, 983060, 0, 65538, 983061, 0, 65538, 983062, 0, 65538, 983063, 0, 65538, 983064, 0, 65538, 983065, 0, 65538, 983066, 0, 65538, 983067, 0, 65538, 983068, 0, 65538, 983069, 0, 65538, 983070, 0, 65538, 983071, 0, 65538, 983072, 0, 65539, 1114101, 0, 65537, 1114102, 0, 65538, 1114103, 0, 65538, 1114104, 0, 65538, 1114105, 0, 65538, 1114106, 0, 65538, 1114107, 0, 65538, 1114108, 0, 65538, 1114109, 0, 65538, 1114110, 0, 65538, 1114111, 0, 65538, 1048576, 0, 65538, 1048577, 0, 65538, 1048578, 0, 65538, 1048579, 0, 65538, 1048580, 0, 65538, 1048581, 0, 65538, 1048582, 0, 65538, 1048583, 0, 65538, 1048584, 0, 65538, 1048585, 0, 65538, 1048586, 0, 65538, 1048587, 0, 65538, 1048588, 0, 65538, 1048589, 0, 65538, 1048590, 0, 65538, 1048591, 0, 65538, 1048592, 0, 65538, 1048593, 0, 65538, 1048594, 0, 65538, 1048595, 0, 65538, 1048596, 0, 65538, 1048597, 0, 65538, 1048598, 0, 65538, 1048599, 0, 65538, 1048600, 0, 65538, 1048601, 0, 65538, 1048602, 0, 65538, 1048603, 0, 65538, 1048604, 0, 65538, 1048605, 0, 65538, 1048606, 0, 65538, 1048607, 0, 65538, 1048608, 0, 65539, 1179637, 0, 65537, 1179638, 0, 65538, 1179639, 0, 65538, 1179640, 0, 65538, 1179641, 0, 65538, 1179642, 0, 65538, 1179643, 0, 65538, 1179644, 0, 65538, 1179645, 0, 65538, 1179646, 0, 65538, 1179647, 0, 65538, 1114112, 0, 65538, 1114113, 0, 65538, 1114114, 0, 65538, 1114115, 0, 65538, 1114116, 0, 65538, 1114117, 0, 65538, 1114118, 0, 65538, 1114119, 0, 65538, 1114120, 0, 65538, 1114121, 0, 65538, 1114122, 0, 65538, 1114123, 0, 65538, 1114124, 0, 65538, 1114125, 0, 65538, 1114126, 0, 65538, 1114127, 0, 65538, 1114128, 0, 65538, 1114129, 0, 65538, 1114130, 0, 65538, 1114131, 0, 65538, 1114132, 0, 65538, 1114133, 0, 65538, 1114134, 0, 65538, 1114135, 0, 65538, 1114136, 0, 65538, 1114137, 0, 65538, 1114138, 0, 65538, 1114139, 0, 65538, 1114140, 0, 65538, 1114141, 0, 65538, 1114142, 0, 65538, 1114143, 0, 65538, 1114144, 0, 65539, 1245173, 0, 65537, 1245174, 0, 65538, 1245175, 0, 65538, 1245176, 0, 65538, 1245177, 0, 65538, 1245178, 0, 65538, 1245179, 0, 65538, 1245180, 0, 65538, 1245181, 0, 65538, 1245182, 0, 65538, 1245183, 0, 65538, 1179648, 0, 65538, 1179649, 0, 65538, 1179650, 0, 65538, 1179651, 0, 65538, 1179652, 0, 65538, 1179653, 0, 65538, 1179654, 0, 65538, 1179655, 0, 65538, 1179656, 0, 65538, 1179657, 0, 65538, 1179658, 0, 65538, 1179659, 0, 65538, 1179660, 0, 65538, 1179661, 0, 65538, 1179662, 0, 65538, 1179663, 0, 65538, 1179664, 0, 65538, 1179665, 0, 65538, 1179666, 0, 65538, 1179667, 0, 65538, 1179668, 0, 65538, 1179669, 0, 65538, 1179670, 0, 65538, 1179671, 0, 65538, 1179672, 0, 65538, 1179673, 0, 65538, 1179674, 0, 65538, 1179675, 0, 65538, 1179676, 0, 65538, 1179677, 0, 65538, 1179678, 0, 65538, 1179679, 0, 65538, 1179680, 0, 65539, 1310709, 0, 65537, 1310710, 0, 65538, 1310711, 0, 65538, 1310712, 0, 65538, 1310713, 0, 65538, 1310714, 0, 65538, 1310715, 0, 65538, 1310716, 0, 65538, 1310717, 0, 65538, 1310718, 0, 65538, 1310719, 0, 65538, 1245184, 0, 65538, 1245185, 0, 65538, 1245186, 0, 65538, 1245187, 0, 65538, 1245188, 0, 65538, 1245189, 0, 65538, 1245190, 0, 65538, 1245191, 0, 65538, 1245192, 0, 65538, 1245193, 0, 65538, 1245194, 0, 65538, 1245195, 0, 65538, 1245196, 0, 65538, 1245197, 0, 65538, 1245198, 0, 65538, 1245199, 0, 65538, 1245200, 0, 65538, 1245201, 0, 65538, 1245202, 0, 65538, 1245203, 0, 65538, 1245204, 0, 65538, 1245205, 0, 65538, 1245206, 0, 65538, 1245207, 0, 65538, 1245208, 0, 65538, 1245209, 0, 65538, 1245210, 0, 65538, 1245211, 0, 65538, 1245212, 0, 65538, 1245213, 0, 65538, 1245214, 0, 65538, 1245215, 0, 65538, 1245216, 0, 65539, 1376245, 0, 65537, 1376246, 0, 65538, 1376247, 0, 65538, 1376248, 0, 65538, 1376249, 0, 65538, 1376250, 0, 65538, 1376251, 0, 65538, 1376252, 0, 65538, 1376253, 0, 65538, 1376254, 0, 65538, 1376255, 0, 65538, 1310720, 0, 65538, 1310721, 0, 65538, 1310722, 0, 65538, 1310723, 0, 65538, 1310724, 0, 65538, 1310725, 0, 65538, 1310726, 0, 65538, 1310727, 0, 65538, 1310728, 0, 65538, 1310729, 0, 65538, 1310730, 0, 65538, 1310731, 0, 65538, 1310732, 0, 65538, 1310733, 0, 65538, 1310734, 0, 65538, 1310735, 0, 65538, 1310736, 0, 65538, 1310737, 0, 65538, 1310738, 0, 65538, 1310739, 0, 65538, 1310740, 0, 65538, 1310741, 0, 65538, 1310742, 0, 65538, 1310743, 0, 65538, 1310744, 0, 65538, 1310745, 0, 65538, 1310746, 0, 65538, 1310747, 0, 65538, 1310748, 0, 65538, 1310749, 0, 65538, 1310750, 0, 65538, 1310751, 0, 65538, 1310752, 0, 65539, 1441781, 0, 131073, 1441782, 0, 131074, 1441783, 0, 131074, 1441784, 0, 131074, 1441785, 0, 131074, 1441786, 0, 131074, 1441787, 0, 131074, 1441788, 0, 131074, 1441789, 0, 131074, 1441790, 0, 131074, 1441791, 0, 131074, 1376256, 0, 131074, 1376257, 0, 131074, 1376258, 0, 131074, 1376259, 0, 131074, 1376260, 0, 131074, 1376261, 0, 131074, 1376262, 0, 131074, 1376263, 0, 131074, 1376264, 0, 131074, 1376265, 0, 131074, 1376266, 0, 131074, 1376267, 0, 131074, 1376268, 0, 131074, 1376269, 0, 131074, 1376270, 0, 131074, 1376271, 0, 131074, 1376272, 0, 131074, 1376273, 0, 131074, 1376274, 0, 131074, 1376275, 0, 131074, 1376276, 0, 131074, 1376277, 0, 131074, 1376278, 0, 131074, 1376279, 0, 131074, 1376280, 0, 131074, 1376281, 0, 131074, 1376282, 0, 131074, 1376283, 0, 131074, 1376284, 0, 131074, 1376285, 0, 131074, 1376286, 0, 131074, 1376287, 0, 131074, 1376288, 0, 131075 ) - -[node name="Fire3" type="AnimatedSprite" parent="."] -position = Vector2( -607.628, -210.601 ) -frames = SubResource( 1 ) -frame = 10 -playing = true -offset = Vector2( 679.819, 333.222 ) - -[node name="Fire2" type="AnimatedSprite" parent="."] -position = Vector2( -543.25, -212.563 ) -frames = SubResource( 1 ) -frame = 13 -playing = true -offset = Vector2( 679.819, 333.222 ) - -[node name="Fire1" type="AnimatedSprite" parent="."] -position = Vector2( -479.806, -214.167 ) -frames = SubResource( 1 ) -frame = 6 -playing = true -offset = Vector2( 679.819, 333.222 ) - -[node name="FloorTileMap" type="TileMap" parent="."] -tile_set = ExtResource( 3 ) -cell_size = Vector2( 16, 16 ) -cell_custom_transform = Transform2D( 16, 0, 0, 16, 0, 0 ) -format = 1 -tile_data = PoolIntArray( 0, 8, 37, 1, 8, 38, 2, 8, 38, 3, 8, 38, 4, 8, 38, 5, 8, 38, 6, 8, 38, 7, 8, 38, 8, 8, 38, 9, 8, 38, 10, 8, 38, 11, 8, 38, 12, 8, 38, 13, 8, 38, 14, 8, 38, 15, 8, 38, 16, 8, 38, 17, 8, 38, 18, 8, 38, 19, 8, 39, 65536, 8, 65573, 65537, 8, 65574, 65538, 8, 65574, 65539, 8, 65574, 65540, 8, 65574, 65541, 8, 65574, 65542, 8, 65574, 65543, 8, 65574, 65544, 8, 65574, 65545, 8, 65574, 65546, 8, 65574, 65547, 8, 65574, 65548, 8, 65574, 65549, 8, 65574, 65550, 8, 65574, 65551, 8, 65574, 65552, 8, 65574, 65553, 8, 65574, 65554, 8, 65574, 65555, 8, 65575, 131072, 8, 65573, 131073, 8, 65578, 131074, 8, 131110, 131075, 8, 131110, 131076, 8, 131110, 131077, 8, 131110, 131078, 8, 131110, 131079, 8, 131110, 131080, 8, 131110, 131081, 8, 65579, 131082, 8, 65574, 131083, 8, 65574, 131084, 8, 65574, 131085, 8, 65574, 131086, 8, 65574, 131087, 8, 65574, 131088, 8, 65578, 131089, 8, 131110, 131090, 8, 65579, 131091, 8, 65575, 196608, 8, 65573, 196609, 8, 65575, 196617, 8, 65573, 196618, 8, 65574, 196619, 8, 65574, 196620, 8, 65574, 196621, 8, 65574, 196622, 8, 65574, 196623, 8, 65574, 196624, 8, 65575, 196626, 8, 65573, 196627, 8, 65575, 262144, 8, 65573, 262145, 8, 131114, 262146, 8, 38, 262147, 8, 38, 262148, 8, 38, 262149, 8, 38, 262150, 8, 38, 262151, 8, 38, 262152, 8, 38, 262153, 8, 131115, 262154, 8, 65574, 262155, 8, 65574, 262156, 8, 65574, 262157, 8, 65574, 262158, 8, 65574, 262159, 8, 65574, 262160, 8, 65575, 262162, 8, 65573, 262163, 8, 65575, 327680, 8, 65573, 327681, 8, 65574, 327682, 8, 65574, 327683, 8, 65574, 327684, 8, 65574, 327685, 8, 65574, 327686, 8, 65574, 327687, 8, 65574, 327688, 8, 65574, 327689, 8, 65574, 327690, 8, 65574, 327691, 8, 65574, 327692, 8, 65574, 327693, 8, 65574, 327694, 8, 65574, 327695, 8, 65574, 327696, 8, 65575, 327698, 8, 65573, 327699, 8, 65575, 393216, 8, 65573, 393217, 8, 65574, 393218, 8, 65574, 393219, 8, 65578, 393220, 8, 131110, 393221, 8, 65579, 393222, 8, 65574, 393223, 8, 65578, 393224, 8, 131110, 393225, 8, 65579, 393226, 8, 65574, 393227, 8, 65578, 393228, 8, 131110, 393229, 8, 65579, 393230, 8, 65574, 393231, 8, 65574, 393232, 8, 65575, 393234, 8, 65573, 393235, 8, 65575, 458752, 8, 65573, 458753, 8, 65574, 458754, 8, 65574, 458755, 8, 65575, 458757, 8, 65573, 458758, 8, 65574, 458759, 8, 65575, 458761, 8, 65573, 458762, 8, 65574, 458763, 8, 65575, 458765, 8, 65573, 458766, 8, 65574, 458767, 8, 65574, 458768, 8, 65575, 458770, 8, 65573, 458771, 8, 65575, 524288, 8, 65573, 524289, 8, 65574, 524290, 8, 65574, 524291, 8, 65575, 524293, 8, 65573, 524294, 8, 65574, 524295, 8, 65575, 524297, 8, 65573, 524298, 8, 65574, 524299, 8, 65575, 524301, 8, 65573, 524302, 8, 65574, 524303, 8, 65574, 524304, 8, 131114, 524305, 8, 38, 524306, 8, 131115, 524307, 8, 65575, 589824, 8, 65573, 589825, 8, 65574, 589826, 8, 65574, 589827, 8, 131114, 589828, 8, 38, 589829, 8, 131115, 589830, 8, 65574, 589831, 8, 131114, 589832, 8, 38, 589833, 8, 131115, 589834, 8, 65574, 589835, 8, 131114, 589836, 8, 38, 589837, 8, 131115, 589838, 8, 65574, 589839, 8, 65574, 589840, 8, 65574, 589841, 8, 65574, 589842, 8, 65574, 589843, 8, 65575, 655360, 8, 65573, 655361, 8, 65574, 655362, 8, 65574, 655363, 8, 65574, 655364, 8, 65574, 655365, 8, 65574, 655366, 8, 65574, 655367, 8, 65574, 655368, 8, 65574, 655369, 8, 65574, 655370, 8, 65574, 655371, 8, 65574, 655372, 8, 65574, 655373, 8, 65574, 655374, 8, 65574, 655375, 8, 65574, 655376, 8, 65574, 655377, 8, 65574, 655378, 8, 65574, 655379, 8, 65575, 720896, 8, 131109, 720897, 8, 131110, 720898, 8, 131110, 720899, 8, 131110, 720900, 8, 131110, 720901, 8, 131110, 720902, 8, 131110, 720903, 8, 131110, 720904, 8, 131110, 720905, 8, 131110, 720906, 8, 131110, 720907, 8, 131110, 720908, 8, 131110, 720909, 8, 131110, 720910, 8, 131110, 720911, 8, 131110, 720912, 8, 131110, 720913, 8, 131110, 720914, 8, 131110, 720915, 8, 131111 ) - -[node name="YSort" type="YSort" parent="."] - -[node name="Player" parent="YSort" instance=ExtResource( 1 )] -collision_mask = 2 - -[node name="Camera2D" type="Camera2D" parent="YSort/Player"] -current = true - -[node name="Enemy1" type="AnimatedSprite" parent="."] -position = Vector2( 241.42, 47.9541 ) -scale = Vector2( 0.0411513, 0.0411513 ) -frames = SubResource( 5 ) -frame = 2 -playing = true -offset = Vector2( 336, -471.17 ) - -[node name="Enemy2" type="AnimatedSprite" parent="."] -position = Vector2( 153.395, 147.592 ) -scale = Vector2( 0.0411513, 0.0411513 ) -frames = SubResource( 5 ) -playing = true -offset = Vector2( 336, -471.17 ) - -[node name="Enemy3" type="AnimatedSprite" parent="."] -position = Vector2( 21.1693, 117.625 ) -scale = Vector2( 0.0411513, 0.0411513 ) -frames = SubResource( 5 ) -frame = 2 -playing = true -offset = Vector2( 336, -471.17 ) - -[node name="Enemy4" type="AnimatedSprite" parent="."] -position = Vector2( 268.39, 182.802 ) -scale = Vector2( 0.0411513, 0.0411513 ) -frames = SubResource( 5 ) -frame = 2 -playing = true -offset = Vector2( 336, -471.17 ) - -[node name="TileMap" type="TileMap" parent="."] -tile_set = ExtResource( 3 ) -cell_size = Vector2( 16, 16 ) -cell_custom_transform = Transform2D( 16, 0, 0, 16, 0, 0 ) -format = 1 -tile_data = PoolIntArray( -1, 0, 5, -65536, 0, 196610, -65535, 0, 196610, -65534, 0, 196610, -65533, 0, 196610, -65532, 0, 196610, -65531, 0, 196610, -65530, 0, 196610, -65529, 0, 196610, -65528, 0, 196610, -65527, 0, 196610, -65526, 0, 196610, -65525, 0, 196610, -65524, 0, 196610, -65523, 0, 196610, -65522, 0, 196610, -65521, 0, 196610, -65520, 0, 196610, -65519, 0, 196610, -65518, 0, 196610, -65517, 0, 196610, -65516, 0, 8, 65535, 0, 65540, 20, 0, 65540, 131071, 0, 65540, 65556, 0, 65540, 196607, 0, 65540, 131092, 0, 65540, 262143, 0, 65540, 196610, 0, 196609, 196611, 0, 196610, 196612, 0, 196610, 196613, 0, 196610, 196614, 0, 196610, 196615, 0, 196610, 196616, 0, 196611, 196625, 0, 4, 196628, 0, 65540, 327679, 0, 65540, 262161, 0, 65540, 262164, 0, 65540, 393215, 0, 65540, 327697, 0, 65540, 327700, 0, 65540, 458751, 0, 65540, 393233, 0, 65540, 393236, 0, 65540, 524287, 0, 65540, 458769, 0, 131076, 458772, 0, 65540, 589823, 0, 65540, 524308, 0, 65540, 655359, 0, 65540, 589844, 0, 65540, 720895, 0, 65540, 655380, 0, 65540, 786431, 0, 65540, 720916, 0, 65540, 851967, 0, 196613, 786432, 0, 196610, 786433, 0, 196610, 786434, 0, 196610, 786435, 0, 196610, 786436, 0, 196610, 786437, 0, 196610, 786438, 0, 196610, 786439, 0, 196610, 786440, 0, 196610, 786441, 0, 196610, 786442, 0, 196610, 786443, 0, 196610, 786444, 0, 196610, 786445, 0, 196610, 786446, 0, 196610, 786447, 0, 196610, 786448, 0, 196610, 786449, 0, 196610, 786450, 0, 196610, 786451, 0, 196610, 786452, 0, 196616 ) - -[node name="AnimatedSprite" type="AnimatedSprite" parent="."] -frames = SubResource( 7 )