Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
Release 1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
superRaptor911 committed Sep 23, 2020
1 parent cb4cfa6 commit 91d5ae0
Show file tree
Hide file tree
Showing 10 changed files with 173 additions and 44 deletions.
11 changes: 6 additions & 5 deletions Maps/AIM-MAP/levels/ELIM_AIM-MAP.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,30 @@ script = ExtResource( 3 )
Level_Name = "AIM-MAP"

[node name="BaseMap" parent="Level" instance=ExtResource( 2 )]
force_update = false

[node name="spawns" type="Node" parent="."]

[node name="spawn_point" parent="spawns" instance=ExtResource( 1 )]
position = Vector2( 720.67, 1868.46 )
position = Vector2( 687.372, 1885.11 )

[node name="spawn_point3" parent="spawns" instance=ExtResource( 1 )]
position = Vector2( 834.834, 1668.67 )

[node name="spawn_point4" parent="spawns" instance=ExtResource( 1 )]
position = Vector2( 844.059, 320.139 )
position = Vector2( 848.789, 352.244 )
team_id = 1

[node name="spawn_point5" parent="spawns" instance=ExtResource( 1 )]
position = Vector2( 689.334, 152.715 )
position = Vector2( 676.635, 168.589 )
team_id = 1

[node name="spawn_point6" parent="spawns" instance=ExtResource( 1 )]
position = Vector2( 991.241, 157.972 )
position = Vector2( 999.178, 157.972 )
team_id = 1

[node name="spawn_point2" parent="spawns" instance=ExtResource( 1 )]
position = Vector2( 1013.22, 1866.08 )
position = Vector2( 1032.25, 1877.97 )

[node name="POI" type="Node" parent="." groups=[
"POI",
Expand Down
56 changes: 55 additions & 1 deletion Maps/Minecraft dungeons/levels/ELIM_MINECRAFT.tscn
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[gd_scene load_steps=3 format=2]
[gd_scene load_steps=4 format=2]

[ext_resource path="res://Maps/BaseLevel.gd" type="Script" id=1]
[ext_resource path="res://Maps/Minecraft dungeons/maps/Minecraft dungeons.tscn" type="PackedScene" id=2]
[ext_resource path="res://Objects/Misc/spawn_point.tscn" type="PackedScene" id=3]

[node name="ELIM_MINECRAFT" type="Node"]

Expand All @@ -14,3 +15,56 @@ Level_Name = "Minecraft dungeons"
[node name="BaseMap" parent="Level" instance=ExtResource( 2 )]

[node name="Spawn" type="Node" parent="."]

[node name="spawn_point" parent="Spawn" instance=ExtResource( 3 )]
position = Vector2( 610.619, 453.475 )

[node name="spawn_point2" parent="Spawn" instance=ExtResource( 3 )]
position = Vector2( 543.271, 651.028 )

[node name="spawn_point3" parent="Spawn" instance=ExtResource( 3 )]
position = Vector2( 520.822, 2302.52 )
team_id = 1

[node name="spawn_point4" parent="Spawn" instance=ExtResource( 3 )]
position = Vector2( 779.331, 2353.38 )
team_id = 1

[node name="spawn_point5" parent="Spawn" instance=ExtResource( 3 )]
position = Vector2( 2957.59, 471.77 )
team_id = 1

[node name="spawn_point6" parent="Spawn" instance=ExtResource( 3 )]
position = Vector2( 3135.58, 581.954 )
team_id = 1

[node name="spawn_point7" parent="Spawn" instance=ExtResource( 3 )]
position = Vector2( 3072.01, 1988.92 )

[node name="spawn_point8" parent="Spawn" instance=ExtResource( 3 )]
position = Vector2( 2991.49, 2251.67 )

[node name="POI" type="Node" parent="." groups=[
"POI",
]]

[node name="Node2D" type="Node2D" parent="POI"]
position = Vector2( 1692.78, 1408.59 )

[node name="Node2D2" type="Node2D" parent="POI"]
position = Vector2( 1715.41, 271.565 )

[node name="Node2D3" type="Node2D" parent="POI"]
position = Vector2( 1630.56, 2404.2 )

[node name="Node2D4" type="Node2D" parent="POI"]
position = Vector2( 3384.18, 1193.63 )

[node name="Node2D5" type="Node2D" parent="POI"]
position = Vector2( 436.961, 1165.35 )

[node name="Node2D6" type="Node2D" parent="POI"]
position = Vector2( 3469.04, 282.879 )

[node name="Node2D7" type="Node2D" parent="POI"]
position = Vector2( 1172.35, 859.878 )
8 changes: 5 additions & 3 deletions Maps/level_info.gd
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ var levels = {
debug = false,
desc = "Community map made by an user. Small map, Ideal for close combat",
game_modes = [
"Elimination", "res://Maps/AIM-MAP/levels/ELIM_AIM-MAP.tscn",
"TDM", "res://Maps/AIM-MAP/levels/TDM_AIM-MAP.tscn",
"Zombie Mod", "res://Maps/AIM-MAP/levels/Zombie_AIM-MAP.tscn",
"Elimination", "res://Maps/AIM-MAP/levels/ELIM_AIM-MAP.tscn"
"Zombie Mod", "res://Maps/AIM-MAP/levels/Zombie_AIM-MAP.tscn"
],
icon = preload("res://Maps/AIM-MAP/minimaps/AIM-MAP.png"),
name = "AIM-MAP"
Expand All @@ -17,6 +17,7 @@ var levels = {
debug = false,
desc = "",
game_modes = [
"Elimination", "res://Maps/Minecraft dungeons/levels/ELIM_MINECRAFT.tscn",
"TDM", "res://Maps/Minecraft dungeons/levels/TDM_Minecraft dungeons.tscn",
"Zombie Mod", "res://Maps/Minecraft dungeons/levels/Zombie_Minecraft dungeons.tscn"
],
Expand All @@ -25,9 +26,10 @@ var levels = {
},

l6 = {
debug = "false",
debug = false,
desc = "",
game_modes = [
"Elimination", "res://Maps/the center of house/levels/ELIM_CENTRE_OF_HOUSE.tscn",
"TDM", "res://Maps/the center of house/levels/TDM_the center of house.tscn"
],
icon = preload("res://Maps/the center of house/minimaps/the center of house.png"),
Expand Down
50 changes: 50 additions & 0 deletions Maps/the center of house/levels/ELIM_CENTRE_OF_HOUSE.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[gd_scene load_steps=4 format=2]

[ext_resource path="res://Maps/BaseLevel.gd" type="Script" id=1]
[ext_resource path="res://Maps/the center of house/maps/the center of house.tscn" type="PackedScene" id=2]
[ext_resource path="res://Objects/Misc/spawn_point.tscn" type="PackedScene" id=3]

[node name="ELIM_CENTRE_OF_HOUSE" type="Node"]

[node name="Level" type="Node2D" parent="." groups=[
"Level",
]]
script = ExtResource( 1 )
Level_Name = "the center of house"

[node name="BaseMap" parent="Level" instance=ExtResource( 2 )]

[node name="Spawn" type="Node" parent="."]

[node name="spawn_point" parent="Spawn" instance=ExtResource( 3 )]
position = Vector2( 310.078, 1117.67 )

[node name="spawn_point2" parent="Spawn" instance=ExtResource( 3 )]
position = Vector2( 372.303, 1451.43 )

[node name="spawn_point3" parent="Spawn" instance=ExtResource( 3 )]
position = Vector2( 1938.06, 2704.47 )
team_id = 1

[node name="spawn_point4" parent="Spawn" instance=ExtResource( 3 )]
position = Vector2( 2249.71, 2716.45 )
team_id = 1

[node name="POI" type="Node" parent="." groups=[
"POI",
]]

[node name="Node2D" type="Node2D" parent="POI"]
position = Vector2( 1358.81, 1536.43 )

[node name="Node2D2" type="Node2D" parent="POI"]
position = Vector2( 846.389, 1914 )

[node name="Node2D3" type="Node2D" parent="POI"]
position = Vector2( 2209.85, 1200.81 )

[node name="Node2D4" type="Node2D" parent="POI"]
position = Vector2( 718.766, 755.544 )

[node name="Node2D5" type="Node2D" parent="POI"]
position = Vector2( 1585.59, 2277.53 )
43 changes: 29 additions & 14 deletions Maps/the center of house/levels/TDM_the center of house.tscn
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[gd_scene load_steps=6 format=2]
[gd_scene load_steps=4 format=2]

[ext_resource path="res://Sprites/Tilesets/aztec_base.tres" type="TileSet" id=1]
[ext_resource path="res://Maps/shadowMaker.gd" type="Script" id=2]
[ext_resource path="res://Maps/BaseLevel.gd" type="Script" id=3]
[ext_resource path="res://Maps/the center of house/gameModes/TDM/the center of house.tscn" type="PackedScene" id=4]
[ext_resource path="res://Maps/the center of house/maps/the center of house.tscn" type="PackedScene" id=5]
Expand All @@ -13,16 +11,33 @@
]]
script = ExtResource( 3 )
Level_Name = "the center of house"
capture_mod = false
author = "3204af07572ada73"

[node name="BaseMap" type="TileMap" parent="Level" instance=ExtResource( 5 )]
z_index = -1
tile_set = ExtResource( 1 )
cell_quadrant_size = 4
format = 1
tile_data = PoolIntArray( 655364, 0, 0, 655365, 0, 0, 655366, 0, 0, 655367, 0, 0, 655368, 0, 0, 655369, 0, 0, 655370, 0, 0, 655371, 0, 0, 655372, 0, 0, 655373, 0, 0, 655374, 0, 0, 655375, 0, 0, 655376, 0, 0, 655377, 0, 0, 655378, 0, 0, 655379, 0, 0, 655380, 0, 0, 655381, 0, 0, 655382, 0, 0, 655383, 0, 0, 655384, 0, 0, 655385, 0, 0, 655386, 0, 0, 655387, 0, 0, 655388, 0, 0, 655389, 0, 0, 655390, 0, 0, 655391, 0, 0, 655392, 0, 0, 655393, 0, 0, 655394, 0, 0, 655395, 0, 0, 720899, 0, 0, 720900, 0, 0, 720901, 0, 0, 720902, 0, 0, 720903, 0, 0, 720904, 0, 0, 720905, 0, 0, 720906, 0, 0, 720907, 0, 0, 720908, 0, 0, 720914, 0, 0, 720915, 0, 0, 720916, 0, 0, 720917, 0, 0, 720918, 0, 0, 720919, 0, 0, 720920, 0, 0, 720921, 0, 0, 720922, 0, 0, 720925, 0, 0, 720926, 0, 0, 720927, 0, 0, 720928, 0, 0, 720929, 0, 0, 720930, 0, 0, 720931, 0, 0, 720932, 0, 0, 786435, 0, 0, 786436, 0, 0, 786437, 0, 0, 786439, 0, 0, 786440, 0, 0, 786441, 0, 0, 786442, 0, 0, 786443, 0, 0, 786444, 0, 0, 786445, 0, 0, 786446, 0, 0, 786449, 0, 0, 786450, 0, 0, 786451, 0, 0, 786452, 0, 0, 786453, 0, 0, 786457, 0, 0, 786458, 0, 0, 786462, 0, 0, 786463, 0, 0, 786464, 0, 0, 786467, 0, 0, 786468, 0, 0, 851971, 0, 0, 851972, 0, 0, 851975, 0, 0, 851976, 0, 0, 851977, 0, 0, 851978, 0, 0, 851979, 0, 0, 851980, 0, 0, 851981, 0, 0, 851982, 0, 0, 851983, 0, 0, 851984, 0, 0, 851985, 0, 0, 851986, 0, 0, 851987, 0, 0, 851988, 0, 0, 851989, 0, 0, 851990, 0, 0, 851991, 0, 0, 851992, 0, 0, 851993, 0, 0, 851994, 0, 0, 851996, 0, 0, 851997, 0, 0, 851998, 0, 0, 851999, 0, 0, 852000, 0, 0, 852003, 0, 0, 852004, 0, 0, 917507, 0, 0, 917508, 0, 0, 917511, 0, 0, 917512, 0, 0, 917518, 0, 0, 917519, 0, 0, 917520, 0, 0, 917521, 0, 0, 917523, 0, 0, 917524, 0, 0, 917525, 0, 0, 917526, 0, 0, 917527, 0, 0, 917528, 0, 0, 917529, 0, 0, 917530, 0, 0, 917532, 0, 0, 917533, 0, 0, 917534, 0, 0, 917535, 0, 0, 917536, 0, 0, 917537, 0, 0, 917539, 0, 0, 917540, 0, 0, 983043, 0, 0, 983044, 0, 0, 983045, 0, 0, 983047, 0, 0, 983048, 0, 0, 983052, 0, 0, 983053, 0, 0, 983054, 0, 0, 983055, 0, 0, 983056, 0, 0, 983059, 0, 0, 983060, 0, 0, 983061, 0, 0, 983065, 0, 0, 983066, 0, 0, 983068, 0, 0, 983069, 0, 0, 983070, 0, 0, 983071, 0, 0, 983072, 0, 0, 983073, 0, 0, 983074, 0, 0, 983075, 0, 0, 983076, 0, 0, 1048579, 0, 0, 1048580, 0, 0, 1048581, 0, 0, 1048582, 0, 0, 1048583, 0, 0, 1048584, 0, 0, 1048585, 0, 0, 1048586, 0, 0, 1048588, 0, 0, 1048589, 0, 0, 1048590, 0, 0, 1048591, 0, 0, 1048592, 0, 0, 1048595, 0, 0, 1048596, 0, 0, 1048597, 0, 0, 1048598, 0, 0, 1048601, 0, 0, 1048602, 0, 0, 1048603, 0, 0, 1048604, 0, 0, 1048605, 0, 0, 1048610, 0, 0, 1048611, 0, 0, 1048612, 0, 0, 1114115, 0, 0, 1114116, 0, 0, 1114117, 0, 0, 1114118, 0, 0, 1114119, 0, 0, 1114120, 0, 0, 1114121, 0, 0, 1114122, 0, 0, 1114123, 0, 0, 1114124, 0, 0, 1114125, 0, 0, 1114126, 0, 0, 1114127, 0, 0, 1114128, 0, 0, 1114129, 0, 0, 1114131, 0, 0, 1114132, 0, 0, 1114133, 0, 0, 1114134, 0, 0, 1114135, 0, 0, 1114137, 0, 0, 1114138, 0, 0, 1114139, 0, 0, 1114140, 0, 0, 1114141, 0, 0, 1114143, 0, 0, 1114144, 0, 0, 1114145, 0, 0, 1114146, 0, 0, 1114147, 0, 0, 1114148, 0, 0, 1179651, 0, 0, 1179652, 0, 0, 1179653, 0, 0, 1179654, 0, 0, 1179655, 0, 0, 1179656, 0, 0, 1179657, 0, 0, 1179658, 0, 0, 1179659, 0, 0, 1179660, 0, 0, 1179661, 0, 0, 1179662, 0, 0, 1179663, 0, 0, 1179664, 0, 0, 1179665, 0, 0, 1179666, 0, 0, 1179667, 0, 0, 1179668, 0, 0, 1179669, 0, 0, 1179670, 0, 0, 1179671, 0, 0, 1179673, 0, 0, 1179674, 0, 0, 1179675, 0, 0, 1179676, 0, 0, 1179680, 0, 0, 1179681, 0, 0, 1179682, 0, 0, 1179683, 0, 0, 1179684, 0, 0, 1245187, 0, 0, 1245188, 0, 0, 1245189, 0, 0, 1245194, 0, 0, 1245195, 0, 0, 1245196, 0, 0, 1245201, 0, 0, 1245202, 0, 0, 1245203, 0, 0, 1245205, 0, 0, 1245206, 0, 0, 1245209, 0, 0, 1245210, 0, 0, 1245211, 0, 0, 1245212, 0, 0, 1245215, 0, 0, 1245216, 0, 0, 1245217, 0, 0, 1245218, 0, 0, 1245219, 0, 0, 1245220, 0, 0, 1310723, 0, 0, 1310724, 0, 0, 1310725, 0, 0, 1310726, 0, 0, 1310727, 0, 0, 1310730, 0, 0, 1310731, 0, 0, 1310732, 0, 0, 1310735, 0, 0, 1310736, 0, 0, 1310737, 0, 0, 1310738, 0, 0, 1310741, 0, 0, 1310742, 0, 0, 1310745, 0, 0, 1310746, 0, 0, 1310747, 0, 0, 1310748, 0, 0, 1310749, 0, 0, 1310751, 0, 0, 1310752, 0, 0, 1310753, 0, 0, 1310754, 0, 0, 1310755, 0, 0, 1310756, 0, 0, 1376260, 0, 0, 1376261, 0, 0, 1376262, 0, 0, 1376263, 0, 0, 1376266, 0, 0, 1376267, 0, 0, 1376268, 0, 0, 1376269, 0, 0, 1376272, 0, 0, 1376273, 0, 0, 1376274, 0, 0, 1376277, 0, 0, 1376278, 0, 0, 1376279, 0, 0, 1376280, 0, 0, 1376281, 0, 0, 1376282, 0, 0, 1376283, 0, 0, 1376288, 0, 0, 1376289, 0, 0, 1376290, 0, 0, 1376291, 0, 0, 1376292, 0, 0, 1441796, 0, 0, 1441797, 0, 0, 1441798, 0, 0, 1441799, 0, 0, 1441801, 0, 0, 1441802, 0, 0, 1441803, 0, 0, 1441804, 0, 0, 1441808, 0, 0, 1441809, 0, 0, 1441810, 0, 0, 1441811, 0, 0, 1441812, 0, 0, 1441813, 0, 0, 1441814, 0, 0, 1441815, 0, 0, 1441816, 0, 0, 1441817, 0, 0, 1441818, 0, 0, 1441819, 0, 0, 1441820, 0, 0, 1441821, 0, 0, 1441822, 0, 0, 1441823, 0, 0, 1441824, 0, 0, 1441825, 0, 0, 1441826, 0, 0, 1441827, 0, 0, 1441828, 0, 0, 1507332, 0, 0, 1507333, 0, 0, 1507334, 0, 0, 1507335, 0, 0, 1507336, 0, 0, 1507337, 0, 0, 1507338, 0, 0, 1507339, 0, 0, 1507340, 0, 0, 1507341, 0, 0, 1507342, 0, 0, 1507343, 0, 0, 1507344, 0, 0, 1507345, 0, 0, 1507348, 0, 0, 1507349, 0, 0, 1507356, 0, 0, 1507357, 0, 0, 1507358, 0, 0, 1507359, 0, 0, 1507360, 0, 0, 1507361, 0, 0, 1507362, 0, 0, 1507363, 0, 0, 1507364, 0, 0, 1572868, 0, 0, 1572869, 0, 0, 1572870, 0, 0, 1572871, 0, 0, 1572872, 0, 0, 1572873, 0, 0, 1572875, 0, 0, 1572876, 0, 0, 1572877, 0, 0, 1572878, 0, 0, 1572879, 0, 0, 1572880, 0, 0, 1572881, 0, 0, 1572884, 0, 0, 1572885, 0, 0, 1572886, 0, 0, 1572890, 0, 0, 1572892, 0, 0, 1572893, 0, 0, 1572894, 0, 0, 1572895, 0, 0, 1572896, 0, 0, 1572897, 0, 0, 1572898, 0, 0, 1572899, 0, 0, 1572900, 0, 0, 1638404, 0, 0, 1638405, 0, 0, 1638406, 0, 0, 1638407, 0, 0, 1638411, 0, 0, 1638412, 0, 0, 1638413, 0, 0, 1638414, 0, 0, 1638415, 0, 0, 1638419, 0, 0, 1638420, 0, 0, 1638421, 0, 0, 1638422, 0, 0, 1638423, 0, 0, 1638425, 0, 0, 1638426, 0, 0, 1638427, 0, 0, 1638428, 0, 0, 1638429, 0, 0, 1638430, 0, 0, 1638431, 0, 0, 1638432, 0, 0, 1638433, 0, 0, 1638434, 0, 0, 1638435, 0, 0, 1638436, 0, 0, 1703940, 0, 0, 1703943, 0, 0, 1703947, 0, 0, 1703948, 0, 0, 1703955, 0, 0, 1703956, 0, 0, 1703958, 0, 0, 1703959, 0, 0, 1703961, 0, 0, 1703962, 0, 0, 1703963, 0, 0, 1703964, 0, 0, 1703965, 0, 0, 1703970, 0, 0, 1703971, 0, 0, 1703972, 0, 0, 1769476, 0, 0, 1769479, 0, 0, 1769480, 0, 0, 1769481, 0, 0, 1769483, 0, 0, 1769484, 0, 0, 1769487, 0, 0, 1769488, 0, 0, 1769489, 0, 0, 1769491, 0, 0, 1769492, 0, 0, 1769494, 0, 0, 1769495, 0, 0, 1769496, 0, 0, 1769497, 0, 0, 1769498, 0, 0, 1769499, 0, 0, 1769500, 0, 0, 1769501, 0, 0, 1769504, 0, 0, 1769505, 0, 0, 1769506, 0, 0, 1769507, 0, 0, 1769508, 0, 0, 1769509, 0, 0, 1835012, 0, 0, 1835013, 0, 0, 1835014, 0, 0, 1835015, 0, 0, 1835016, 0, 0, 1835017, 0, 0, 1835019, 0, 0, 1835020, 0, 0, 1835021, 0, 0, 1835022, 0, 0, 1835023, 0, 0, 1835024, 0, 0, 1835025, 0, 0, 1835027, 0, 0, 1835028, 0, 0, 1835030, 0, 0, 1835031, 0, 0, 1835032, 0, 0, 1835033, 0, 0, 1835034, 0, 0, 1835035, 0, 0, 1835036, 0, 0, 1835037, 0, 0, 1835040, 0, 0, 1835041, 0, 0, 1835042, 0, 0, 1835043, 0, 0, 1835044, 0, 0, 1835045, 0, 0, 1900548, 0, 0, 1900549, 0, 0, 1900550, 0, 0, 1900551, 0, 0, 1900552, 0, 0, 1900553, 0, 0, 1900554, 0, 0, 1900555, 0, 0, 1900556, 0, 0, 1900557, 0, 0, 1900558, 0, 0, 1900559, 0, 0, 1900560, 0, 0, 1900561, 0, 0, 1900562, 0, 0, 1900563, 0, 0, 1900564, 0, 0, 1900565, 0, 0, 1900566, 0, 0, 1900567, 0, 0, 1900568, 0, 0, 1900569, 0, 0, 1900570, 0, 0, 1900573, 0, 0, 1900574, 0, 0, 1900575, 0, 0, 1900576, 0, 0, 1900577, 0, 0, 1900578, 0, 0, 1900579, 0, 0, 1900580, 0, 0, 1900581, 0, 0, 1966084, 0, 0, 1966085, 0, 0, 1966089, 0, 0, 1966090, 0, 0, 1966091, 0, 0, 1966092, 0, 0, 1966093, 0, 0, 1966094, 0, 0, 1966095, 0, 0, 1966096, 0, 0, 1966097, 0, 0, 1966099, 0, 0, 1966100, 0, 0, 1966101, 0, 0, 1966102, 0, 0, 1966103, 0, 0, 1966104, 0, 0, 1966105, 0, 0, 1966109, 0, 0, 1966110, 0, 0, 1966111, 0, 0, 1966112, 0, 0, 1966113, 0, 0, 1966114, 0, 0, 1966115, 0, 0, 1966116, 0, 0, 1966117, 0, 0, 1966118, 0, 0, 2031620, 0, 0, 2031621, 0, 0, 2031624, 0, 0, 2031625, 0, 0, 2031630, 0, 0, 2031631, 0, 0, 2031632, 0, 0, 2031633, 0, 0, 2031635, 0, 0, 2031636, 0, 0, 2031637, 0, 0, 2031638, 0, 0, 2031639, 0, 0, 2031645, 0, 0, 2031646, 0, 0, 2031647, 0, 0, 2031652, 0, 0, 2031653, 0, 0, 2031654, 0, 0, 2097156, 0, 0, 2097157, 0, 0, 2097158, 0, 0, 2097160, 0, 0, 2097161, 0, 0, 2097162, 0, 0, 2097163, 0, 0, 2097166, 0, 0, 2097167, 0, 0, 2097168, 0, 0, 2097169, 0, 0, 2097171, 0, 0, 2097172, 0, 0, 2097173, 0, 0, 2097174, 0, 0, 2097175, 0, 0, 2097176, 0, 0, 2097177, 0, 0, 2097178, 0, 0, 2097179, 0, 0, 2097180, 0, 0, 2097181, 0, 0, 2097182, 0, 0, 2097183, 0, 0, 2097188, 0, 0, 2097189, 0, 0, 2097190, 0, 0, 2162692, 0, 0, 2162693, 0, 0, 2162694, 0, 0, 2162696, 0, 0, 2162697, 0, 0, 2162698, 0, 0, 2162699, 0, 0, 2162700, 0, 0, 2162701, 0, 0, 2162702, 0, 0, 2162703, 0, 0, 2162704, 0, 0, 2162705, 0, 0, 2162706, 0, 0, 2162707, 0, 0, 2162708, 0, 0, 2162709, 0, 0, 2162710, 0, 0, 2162711, 0, 0, 2162712, 0, 0, 2162713, 0, 0, 2162714, 0, 0, 2162715, 0, 0, 2162716, 0, 0, 2162717, 0, 0, 2162718, 0, 0, 2162719, 0, 0, 2162720, 0, 0, 2162722, 0, 0, 2162724, 0, 0, 2162725, 0, 0, 2162726, 0, 0, 2228228, 0, 0, 2228229, 0, 0, 2228230, 0, 0, 2228232, 0, 0, 2228233, 0, 0, 2228234, 0, 0, 2228235, 0, 0, 2228236, 0, 0, 2228237, 0, 0, 2228238, 0, 0, 2228239, 0, 0, 2228240, 0, 0, 2228241, 0, 0, 2228242, 0, 0, 2228243, 0, 0, 2228246, 0, 0, 2228247, 0, 0, 2228248, 0, 0, 2228249, 0, 0, 2228250, 0, 0, 2228254, 0, 0, 2228255, 0, 0, 2228256, 0, 0, 2228257, 0, 0, 2228258, 0, 0, 2228260, 0, 0, 2228261, 0, 0, 2228262, 0, 0, 2293764, 0, 0, 2293765, 0, 0, 2293766, 0, 0, 2293767, 0, 0, 2293768, 0, 0, 2293769, 0, 0, 2293770, 0, 0, 2293771, 0, 0, 2293772, 0, 0, 2293774, 0, 0, 2293775, 0, 0, 2293776, 0, 0, 2293782, 0, 0, 2293783, 0, 0, 2293784, 0, 0, 2293785, 0, 0, 2293786, 0, 0, 2293789, 0, 0, 2293790, 0, 0, 2293791, 0, 0, 2293792, 0, 0, 2293793, 0, 0, 2293794, 0, 0, 2293795, 0, 0, 2293796, 0, 0, 2293797, 0, 0, 2293798, 0, 0, 2293799, 0, 0, 2293800, 0, 0, 2359300, 0, 0, 2359301, 0, 0, 2359302, 0, 0, 2359303, 0, 0, 2359304, 0, 0, 2359305, 0, 0, 2359306, 0, 0, 2359307, 0, 0, 2359308, 0, 0, 2359311, 0, 0, 2359312, 0, 0, 2359313, 0, 0, 2359314, 0, 0, 2359315, 0, 0, 2359316, 0, 0, 2359317, 0, 0, 2359318, 0, 0, 2359319, 0, 0, 2359320, 0, 0, 2359321, 0, 0, 2359322, 0, 0, 2359324, 0, 0, 2359325, 0, 0, 2359326, 0, 0, 2359327, 0, 0, 2359328, 0, 0, 2359329, 0, 0, 2359330, 0, 0, 2359331, 0, 0, 2359332, 0, 0, 2359333, 0, 0, 2359334, 0, 0, 2359335, 0, 0, 2359336, 0, 0, 2424839, 0, 0, 2424840, 0, 0, 2424841, 0, 0, 2424842, 0, 0, 2424843, 0, 0, 2424844, 0, 0, 2424847, 0, 0, 2424848, 0, 0, 2424849, 0, 0, 2424850, 0, 0, 2424851, 0, 0, 2424852, 0, 0, 2424853, 0, 0, 2424854, 0, 0, 2424855, 0, 0, 2424856, 0, 0, 2424857, 0, 0, 2424858, 0, 0, 2424859, 0, 0, 2424860, 0, 0, 2424861, 0, 0, 2424862, 0, 0, 2424863, 0, 0, 2424865, 0, 0, 2424866, 0, 0, 2424867, 0, 0, 2424868, 0, 0, 2424871, 0, 0, 2424872, 0, 0, 2490390, 0, 0, 2490391, 0, 0, 2490392, 0, 0, 2490393, 0, 0, 2490394, 0, 0, 2490395, 0, 0, 2490396, 0, 0, 2490397, 0, 0, 2490398, 0, 0, 2490399, 0, 0, 2490402, 0, 0, 2490403, 0, 0, 2490404, 0, 0, 2490407, 0, 0, 2490408, 0, 0, 2555926, 0, 0, 2555927, 0, 0, 2555928, 0, 0, 2555929, 0, 0, 2555930, 0, 0, 2555931, 0, 0, 2555932, 0, 0, 2555933, 0, 0, 2555938, 0, 0, 2555939, 0, 0, 2555940, 0, 0, 2555942, 0, 0, 2555943, 0, 0, 2555944, 0, 0, 2621466, 0, 0, 2621467, 0, 0, 2621468, 0, 0, 2621469, 0, 0, 2621470, 0, 0, 2621471, 0, 0, 2621472, 0, 0, 2621473, 0, 0, 2621474, 0, 0, 2621475, 0, 0, 2621476, 0, 0, 2621478, 0, 0, 2621479, 0, 0, 2621480, 0, 0, 2687002, 0, 0, 2687003, 0, 0, 2687004, 0, 0, 2687005, 0, 0, 2687006, 0, 0, 2687007, 0, 0, 2687008, 0, 0, 2687009, 0, 0, 2687010, 0, 0, 2687011, 0, 0, 2687012, 0, 0, 2687013, 0, 0, 2687014, 0, 0, 2687015, 0, 0, 2687016, 0, 0, 2752538, 0, 0, 2752539, 0, 0, 2752540, 0, 0, 2752541, 0, 0, 2752542, 0, 0, 2752543, 0, 0, 2752544, 0, 0, 2752545, 0, 0, 2752546, 0, 0, 2752547, 0, 0, 2752548, 0, 0, 2752549, 0, 0, 2752550, 0, 0, 2752551, 0, 0, 2752552, 0, 0, 2818074, 0, 0, 2818075, 0, 0, 2818076, 0, 0, 2818077, 0, 0, 2818078, 0, 0, 2818079, 0, 0, 2818080, 0, 0, 2818081, 0, 0, 2818082, 0, 0, 2818083, 0, 0, 2818084, 0, 0, 2818085, 0, 0, 2818086, 0, 0, 2818087, 0, 0, 2818088, 0, 0 )
script = ExtResource( 2 )

[node name="BaseMap" parent="Level" instance=ExtResource( 5 )]
force_update = false

[node name="GameMode" type="Node" parent="." instance=ExtResource( 4 )]
[node name="GameMode" parent="." instance=ExtResource( 4 )]

[node name="POI" type="Node" parent="." groups=[
"POI",
]]

[node name="Node2D" type="Node2D" parent="POI"]
position = Vector2( 1285.45, 1756.59 )

[node name="Node2D2" type="Node2D" parent="POI"]
position = Vector2( 356.406, 1543.01 )

[node name="Node2D3" type="Node2D" parent="POI"]
position = Vector2( 2187.81, 1420.21 )

[node name="Node2D4" type="Node2D" parent="POI"]
position = Vector2( 2251.88, 2386.63 )

[node name="Node2D5" type="Node2D" parent="POI"]
position = Vector2( 703.465, 1147.9 )

[node name="Node2D6" type="Node2D" parent="POI"]
position = Vector2( 612.696, 2317.22 )

[node name="Node2D7" type="Node2D" parent="POI"]
position = Vector2( 2011.61, 838.217 )
Loading

0 comments on commit 91d5ae0

Please sign in to comment.