diff --git a/Crawler/Crawler.tiled-project b/Crawler/Crawler.tiled-project new file mode 100644 index 00000000..d3d6f054 --- /dev/null +++ b/Crawler/Crawler.tiled-project @@ -0,0 +1,120 @@ +{ + "automappingRulesFile": "", + "commands": [ + ], + "compatibilityVersion": 1100, + "extensionsPath": "extensions", + "folders": [ + "." + ], + "propertyTypes": [ + { + "color": "#ffaa0000", + "drawFill": false, + "id": 1, + "members": [ + { + "name": "Type", + "propertyType": "MonsterName", + "type": "int", + "value": 0 + } + ], + "name": "Monster", + "type": "class", + "useAs": [ + "property", + "object" + ] + }, + { + "id": 3, + "name": "MonsterName", + "storageType": "int", + "type": "enum", + "values": [ + "None", + "Monster A", + "Monster B", + "Monster C" + ], + "valuesAsFlags": false + }, + { + "color": "#ffe67300", + "drawFill": true, + "id": 2, + "members": [ + { + "name": "Monster1", + "propertyType": "Monster", + "type": "class", + "value": { + } + }, + { + "name": "Monster2", + "propertyType": "Monster", + "type": "class", + "value": { + } + }, + { + "name": "Monster3", + "propertyType": "Monster", + "type": "class", + "value": { + } + }, + { + "name": "Monster4", + "propertyType": "Monster", + "type": "class", + "value": { + } + }, + { + "name": "Monster5", + "propertyType": "Monster", + "type": "class", + "value": { + } + }, + { + "name": "Monster6", + "propertyType": "Monster", + "type": "class", + "value": { + } + }, + { + "name": "Monster7", + "propertyType": "Monster", + "type": "class", + "value": { + } + }, + { + "name": "Monster8", + "propertyType": "Monster", + "type": "class", + "value": { + } + }, + { + "name": "Monster9", + "propertyType": "Monster", + "type": "class", + "value": { + } + } + ], + "name": "SpawnGroup", + "type": "class", + "useAs": [ + "property", + "object" + ] + } + ] +} diff --git a/Crawler/Crawler.tiled-session b/Crawler/Crawler.tiled-session new file mode 100644 index 00000000..37334f01 --- /dev/null +++ b/Crawler/Crawler.tiled-session @@ -0,0 +1,106 @@ +{ + "Map/SizeTest": { + "height": 4300, + "width": 2 + }, + "activeFile": "assets/maps/Level1.tmx", + "expandedProjectPaths": [ + ".", + "assets/maps", + "assets" + ], + "file.lastUsedOpenFilter": "All Files (*)", + "fileStates": { + "": { + "scaleInDock": 1, + "scaleInEditor": 2 + }, + ":/automap-tiles.tsx": { + "scaleInDock": 1 + }, + "assets/maps/Cave.tsx": { + "scaleInDock": 1.5, + "scaleInEditor": 2 + }, + "assets/maps/Dark Cave.tsx": { + "scaleInDock": 1, + "scaleInEditor": 3 + }, + "assets/maps/Level1.tmx": { + "expandedObjectLayers": [ + 3 + ], + "scale": 1, + "selectedLayer": 2, + "viewCenter": { + "x": 429, + "y": -50.5 + } + }, + "assets/maps/Level1.tmx#Cave": { + "scaleInDock": 1, + "scaleInEditor": 1 + }, + "assets/maps/Level1.tmx#Overworld": { + "scaleInDock": 1 + }, + "assets/maps/Level2.tmx": { + "expandedObjectLayers": [ + 4 + ], + "scale": 0.75, + "selectedLayer": 2, + "viewCenter": { + "x": 6.666666666666515, + "y": 300.66666666666663 + } + }, + "assets/maps/Level3.tmx": { + "scale": 1, + "selectedLayer": 0, + "viewCenter": { + "x": -0.5, + "y": -3 + } + }, + "assets/maps/Overworld.tsx": { + "scaleInDock": 1, + "scaleInEditor": 2 + }, + "assets/maps/Tileset-Base.tsx": { + "scaleInDock": 1, + "scaleInEditor": 1 + } + }, + "frame.defaultDuration": 100, + "last.externalTilesetPath": "C:/Users/sigon/source/repos/Crawler/Crawler/assets/maps", + "last.imagePath": "C:/Users/sigon/source/repos/Crawler/Crawler/assets/maps", + "map.fixedSize": false, + "map.height": 64, + "map.lastUsedFormat": "tmx", + "map.tileHeight": 24, + "map.tileWidth": 24, + "map.width": 64, + "openFiles": [ + "assets/maps/Level1.tmx", + "assets/maps/Level2.tmx" + ], + "project": "Crawler.tiled-project", + "property.type": "file", + "recentFiles": [ + "assets/maps/Level2.tmx", + "assets/maps/Level1.tmx", + "assets/maps/Cave.tsx", + "assets/maps/Overworld.tsx", + "assets/maps/Level3.tmx", + "assets/maps/Dark Cave.tsx", + "assets/maps/Tileset-Base.tsx" + ], + "tileset.embedInMap": false, + "tileset.lastUsedFilter": "Tiled tileset files (*.tsx *.xml)", + "tileset.lastUsedFormat": "tsx", + "tileset.tileSize": { + "height": 24, + "width": 24 + } +} diff --git a/Crawler/assets/maps/Cave.tsx b/Crawler/assets/maps/Cave.tsx new file mode 100644 index 00000000..512e8e8f --- /dev/null +++ b/Crawler/assets/maps/Cave.tsx @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Crawler/assets/maps/Level1.tmx b/Crawler/assets/maps/Level1.tmx new file mode 100644 index 00000000..931dfdcf --- /dev/null +++ b/Crawler/assets/maps/Level1.tmx @@ -0,0 +1,338 @@ + + + + + + + +172,173,173,172,172,173,173,172,173,173,173,172,173,172,172,172, +173,127,129,1,2,2,2,2,2,2,2,2,2,2,2,3, +172,148,151,65,65,65,65,65,65,65,66,46,4,5,64,67, +172,169,170,170,131,86,149,110,86,109,87,46,25,26,85,88, +173,172,127,128,152,67,68,67,107,107,108,23,47,23,106,68, +172,127,152,86,67,108,106,108,23,64,66,46,64,65,66,106, +172,148,86,67,108,64,66,4,5,85,88,66,85,110,87,23, +172,148,67,108,23,106,108,25,26,106,68,87,85,67,108,23, +172,148,87,47,64,66,47,46,47,23,106,108,106,108,47,23, +172,148,87,64,89,87,64,66,64,65,65,65,65,66,64,65, +172,148,87,85,67,108,106,108,85,86,110,86,86,87,85,109, +173,148,88,89,87,64,66,23,106,68,86,67,107,108,85,86, +172,169,131,109,88,89,87,23,23,85,86,88,65,65,89,67, +173,1,64,86,110,67,108,23,64,89,67,107,68,67,107,108, +172,22,106,107,107,108,64,66,85,67,108,64,89,87,23,64, +173,22,64,66,23,47,106,108,106,108,64,89,109,87,23,85 + + +172,173,172,172,172,173,172,173,173,172,173,172,172,172,173,173, +1,2,2,3,127,128,128,128,128,129,1,2,2,2,2,2, +26,46,64,86,152,67,68,86,109,151,23,64,65,66,23,23, +66,47,106,107,107,108,106,107,107,107,108,106,107,108,64,66, +87,23,23,23,23,23,64,66,23,23,23,46,4,5,85,88, +108,46,23,23,64,66,85,87,64,66,23,23,25,26,85,86, +23,23,23,46,106,108,85,87,106,108,23,64,65,65,89,110, +46,23,4,5,4,5,85,87,46,64,65,89,67,107,68,67, +23,46,24,22,25,26,85,87,64,89,86,149,88,65,89,87, +65,66,25,26,47,47,85,87,106,107,107,68,67,107,68,88, +86,88,65,65,66,64,89,88,65,65,66,85,88,65,89,86, +67,107,107,107,108,106,107,68,67,68,87,106,107,107,68,149, +108,23,64,65,66,23,64,89,87,106,108,23,46,23,106,68, +64,66,85,67,108,47,85,67,108,47,64,65,65,66,64,89, +89,87,85,87,64,66,85,88,66,23,106,68,86,87,85,109, +67,108,106,108,85,88,89,67,108,23,47,106,107,108,106,68 + + +173,172,172,173,173,172,172,172,172,173,172,172,172,173,173,172, +2,2,2,2,2,2,2,2,3,127,128,128,128,128,129,173, +23,46,64,65,65,65,65,66,25,67,68,67,68,67,24,173, +46,64,89,110,67,107,107,108,47,23,106,108,85,87,24,173, +66,85,130,131,88,66,64,66,47,46,23,23,106,108,24,172, +87,85,150,148,67,108,106,108,64,65,65,66,64,66,24,173, +88,89,151,152,88,65,66,46,85,130,131,87,85,130,45,172, +68,86,110,67,68,86,87,23,85,151,152,87,85,151,129,172, +106,68,86,87,85,110,87,64,89,109,86,87,85,86,150,172, +65,89,110,88,89,86,87,85,110,109,67,108,85,149,150,172, +149,110,86,86,86,67,108,85,109,86,87,23,106,68,150,173, +67,68,67,68,67,108,64,89,86,86,87,46,64,89,150,172, +87,106,108,106,108,23,106,68,109,67,108,23,85,109,150,172, +87,64,66,23,46,64,65,89,67,108,23,23,106,68,150,172, +87,85,87,47,23,85,67,68,87,64,66,23,47,85,150,173, +87,106,108,46,64,89,87,85,87,106,108,64,66,85,150,173 + + +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173 + + +173,22,85,87,46,47,64,66,23,23,106,107,68,87,47,106, +173,22,106,108,23,23,85,87,23,23,46,23,106,108,23,47, +173,22,23,64,65,65,89,88,66,23,46,46,23,46,64,65, +172,22,64,89,67,68,67,107,108,64,65,66,47,23,106,107, +172,22,85,67,108,106,108,23,23,85,149,88,66,47,23,47, +172,22,106,108,46,64,66,23,46,85,86,110,87,64,65,66, +173,22,47,47,23,106,108,47,64,89,67,107,108,85,86,88, +173,22,64,66,64,66,23,23,85,109,87,64,65,89,110,109, +172,22,106,108,85,87,64,65,89,67,108,106,68,86,86,110, +172,22,23,64,89,87,85,86,67,108,64,66,106,107,107,68, +172,22,23,106,107,108,85,67,108,64,89,87,46,23,64,89, +173,22,23,23,47,46,106,108,64,89,110,88,65,65,89,67, +172,22,23,64,66,64,65,66,106,107,107,107,68,67,68,87, +172,22,23,106,108,106,107,108,64,66,47,64,89,88,89,87, +172,22,23,23,23,46,23,64,89,87,47,106,68,67,107,108, +172,22,64,66,23,23,47,85,86,87,23,23,106,108,23,23 + + +108,47,23,46,85,130,131,87,23,23,47,64,66,46,64,89, +23,64,65,66,85,151,152,88,65,65,65,89,88,65,89,67, +65,89,86,88,89,67,107,68,67,107,107,107,107,68,109,87, +107,107,107,68,67,108,23,106,108,64,66,23,23,106,107,108, +47,23,23,106,108,23,64,66,23,85,87,64,65,66,23,23, +64,66,64,66,47,64,89,87,23,106,108,85,67,108,47,4, +89,88,89,88,66,85,67,108,23,4,5,85,88,65,66,25, +86,67,107,68,88,89,87,23,47,25,26,106,107,107,108,23, +67,108,23,85,149,86,87,46,23,64,66,64,66,23,23,64, +88,66,23,85,67,68,87,64,66,106,108,106,108,23,47,85, +149,88,65,89,87,106,108,85,88,65,65,65,66,64,66,106, +68,86,86,67,108,4,5,106,107,68,67,68,87,106,108,23, +106,107,68,88,66,24,22,4,5,85,87,106,108,23,64,66, +23,46,106,107,108,25,26,25,26,106,108,23,64,66,106,108, +46,64,66,64,66,46,23,46,23,47,23,23,85,87,23,64, +64,89,88,89,88,66,47,64,66,46,64,65,89,88,65,89 + + +87,47,23,64,89,149,88,89,87,64,66,106,108,85,150,172, +108,23,46,106,68,67,107,107,108,85,87,23,23,85,150,172, +23,23,23,47,85,87,64,66,47,106,108,64,66,85,150,172, +46,46,46,23,106,108,85,88,66,64,66,85,87,85,150,173, +4,5,23,23,23,46,106,68,87,85,88,89,87,4,171,173, +45,22,46,46,64,66,23,85,87,106,107,107,108,25,3,173, +2,26,23,23,106,108,23,106,108,46,23,46,23,23,24,172, +64,66,64,66,64,66,47,64,65,65,66,23,46,23,24,172, +89,88,89,88,89,87,64,89,149,86,87,46,23,46,24,172, +110,149,86,86,67,108,85,109,130,131,87,64,65,66,24,173, +107,107,68,149,88,66,85,109,151,152,87,106,68,87,24,172, +46,46,106,107,107,108,85,109,149,67,108,64,89,87,24,172, +23,23,64,65,65,66,106,68,110,87,46,85,67,108,24,173, +64,66,106,107,107,108,64,89,110,87,23,85,87,23,24,172, +89,87,47,47,23,23,85,109,67,108,23,85,88,66,24,172, +67,108,23,46,64,65,89,86,87,23,23,106,68,87,24,172 + + +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173 + + +172,22,106,108,23,4,5,106,107,108,46,64,65,66,23,64, +173,22,46,64,66,24,22,47,46,23,64,89,109,88,66,85, +173,22,23,106,108,25,26,47,23,47,85,110,86,67,108,106, +172,22,46,64,66,23,23,64,66,46,106,107,107,108,64,65, +172,22,64,89,88,66,23,106,108,64,66,64,65,65,89,67, +172,22,106,107,68,87,23,47,64,89,88,89,69,70,109,87, +172,22,23,64,89,88,65,66,106,107,68,86,90,91,67,108, +173,22,23,85,109,110,149,88,66,23,106,68,130,131,87,23, +173,22,64,89,67,107,107,107,108,64,65,89,151,152,87,64, +172,22,106,107,108,23,64,66,23,106,107,107,68,67,108,85, +173,22,23,64,66,47,106,108,4,5,4,5,85,88,65,89, +172,22,64,89,87,64,66,46,24,22,25,26,106,107,107,107, +172,22,106,107,108,106,108,23,25,26,64,65,65,66,23,46, +172,22,23,46,46,47,47,23,23,23,106,107,107,108,23,46, +172,43,44,44,44,44,44,44,44,44,44,44,44,44,44,44, +172,172,172,172,172,172,172,172,172,172,172,173,172,173,172,173 + + +89,109,130,131,109,88,65,89,87,23,85,67,107,68,109,67, +67,68,151,152,86,149,86,86,87,64,89,87,23,106,107,108, +108,106,107,107,68,149,149,110,87,106,107,108,47,23,64,66, +66,23,23,23,106,68,86,86,88,65,66,64,66,23,85,87, +108,64,66,23,23,106,68,67,107,107,108,85,87,64,89,87, +64,89,87,47,23,47,85,88,65,66,47,106,108,106,68,88, +85,67,108,64,66,46,106,107,107,108,23,23,23,64,89,67, +106,108,23,106,108,64,66,23,23,64,66,64,66,106,68,88, +65,66,23,23,46,106,108,23,64,89,87,85,87,23,85,109, +86,87,64,66,23,64,66,23,106,68,87,85,87,23,106,68, +86,87,85,87,23,85,88,66,64,89,87,106,108,47,64,89, +107,108,106,108,23,106,68,87,85,110,87,23,23,23,85,67, +64,66,47,23,47,23,85,87,106,68,87,4,5,23,106,108, +106,108,4,5,46,23,106,108,23,106,108,25,26,23,23,47, +44,44,45,43,44,44,44,44,44,44,44,44,44,44,44,44, +172,172,172,173,173,173,173,173,172,172,173,172,172,172,173,172 + + +108,64,65,66,106,68,86,67,108,64,66,64,89,87,24,172, +23,85,86,87,47,106,68,87,47,106,108,106,107,108,24,172, +64,89,86,87,64,66,106,108,64,66,23,23,64,66,24,172, +106,68,67,108,85,87,64,66,85,87,64,65,89,87,24,172, +23,106,108,64,89,87,106,108,106,108,106,107,68,87,24,172, +66,23,23,85,86,88,66,23,64,65,65,65,89,87,24,173, +108,23,47,106,107,68,87,64,89,86,67,68,86,87,24,172, +66,23,23,23,23,85,87,85,149,67,108,106,107,108,24,173, +87,23,47,23,64,89,88,89,67,108,64,65,65,66,24,173, +87,46,23,64,89,110,149,86,88,66,106,68,67,108,24,173, +87,64,65,89,109,110,86,86,110,88,65,89,88,66,24,173, +108,85,67,68,67,107,107,107,68,67,68,130,131,87,24,173, +47,85,88,89,87,46,64,66,106,108,85,151,152,87,24,173, +46,106,107,107,108,46,106,108,47,23,106,107,107,108,24,172, +44,44,44,44,44,44,44,44,44,44,44,44,44,44,45,173, +173,172,172,172,173,172,172,172,173,173,172,172,172,172,173,172 + + +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173, +172,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173 + + + + + + +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,134,135,136,0,0, +0,0,0,0,0,0,0,0,0,134,135,133,175,132,135,136, +0,0,0,0,0,0,0,0,134,133,153,156,175,156,154,157, +0,0,0,0,0,0,0,134,133,153,175,174,156,154,156,157, +0,0,0,0,0,0,0,155,174,154,175,175,175,154,154,157, +0,0,0,0,0,0,0,155,156,175,175,175,154,156,154,157, +0,0,0,0,0,0,0,155,174,156,174,156,175,174,111,178, +0,0,0,0,0,0,0,155,156,154,156,153,156,175,157,0, +0,0,0,0,0,0,0,155,175,153,175,175,153,153,157,0, +0,0,0,0,0,0,0,155,156,174,154,154,154,175,157,0, +0,53,55,56,0,0,0,155,153,156,153,156,174,154,157,0, +0,158,76,77,0,0,0,176,177,112,154,174,156,156,157,0, +0,179,181,182,0,0,0,0,0,155,174,153,154,153,157,0, +0,0,0,0,0,0,0,0,0,176,177,112,174,111,178,0, +0,0,0,0,0,0,0,0,0,0,0,176,177,178,0,0 + + +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,134,135,135,136,0,0,0,0,0,0,0,0,0,0, +0,134,133,175,175,157,0,0,0,0,0,0,0,0,0,0, +0,155,174,156,175,157,0,0,0,0,0,0,0,0,0,0, +0,155,174,154,111,178,0,0,0,0,0,0,0,0,0,0, +0,176,177,177,178,0,0,0,0,53,54,54,55,54,54,56, +0,0,0,0,0,0,0,0,53,115,96,118,96,159,76,140, +0,0,0,0,0,0,0,0,158,96,159,118,96,97,97,98, +0,0,0,0,0,0,0,0,179,94,139,139,160,75,139,161, +0,0,0,0,0,0,0,0,0,116,75,117,139,97,75,161, +0,0,0,0,0,0,0,0,0,179,94,96,118,117,117,77, +0,0,0,0,0,0,0,0,0,0,116,118,118,75,139,140, +0,0,0,0,0,0,0,0,0,0,179,94,139,159,97,161 + + +0,0,0,0,0,0,0,0,0,0,0,158,97,160,93,182, +0,0,0,0,0,0,0,0,0,0,0,179,94,97,98,0, +0,0,0,0,0,0,0,0,0,0,0,0,179,181,182,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,53,54,54,55, +0,0,0,0,0,0,53,55,55,55,54,55,115,96,139,139, +0,0,0,0,53,54,115,96,159,75,76,75,97,117,75,118, +0,0,0,0,179,180,180,180,180,181,180,180,180,180,180,180, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + + +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,53,55,54,54,56,0,0,0,0,0,0,0,0,0,0, +54,115,93,181,94,77,0,0,0,0,0,0,0,0,0,0, +139,139,114,54,115,161,0,0,0,0,0,0,0,0,0,0, +159,96,118,96,97,140,0,0,0,0,0,0,0,0,0,0, +180,181,181,181,180,182,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Crawler/assets/maps/Level2.tmx b/Crawler/assets/maps/Level2.tmx new file mode 100644 index 00000000..dabd5a59 --- /dev/null +++ b/Crawler/assets/maps/Level2.tmx @@ -0,0 +1,414 @@ + + + + + + + +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513 + + +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513 + + +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513 + + +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513 + + +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513 + + +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513 + + +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513 + + +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513 + + +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513, +513,513,513,513,513,513,513,513,513,513,513,513,513,513,513,513 + + + + + + +0,0,0,250,251,251,251,251,251,251,251,251,251,251,251,251, +0,0,0,215,244,244,244,244,244,244,244,244,244,244,244,244, +0,0,0,231,244,244,244,244,244,244,244,244,244,244,244,244, +0,0,0,231,244,244,244,244,244,244,244,244,244,244,244,244, +0,0,0,202,204,204,204,204,204,203,204,204,204,204,204,203, +0,0,366,218,220,220,220,220,220,219,220,220,220,220,220,257, +0,0,382,234,236,236,236,236,236,235,236,236,236,236,236,273, +0,0,382,383,383,383,383,337,207,335,335,321,351,207,322,289, +0,0,382,383,383,383,335,335,383,337,383,383,383,383,383,383, +0,0,382,383,383,334,335,334,383,383,383,383,383,383,383,383, +0,0,382,383,383,350,207,383,383,383,383,383,383,383,383,383, +0,0,382,383,383,351,383,383,383,341,309,340,383,383,383,383, +0,0,382,383,383,323,383,383,383,294,326,292,383,383,383,383, +0,0,382,383,383,350,322,383,383,294,326,292,255,286,287,254, +0,0,382,383,383,383,383,383,383,294,326,292,208,190,192,206, +0,0,382,383,383,383,323,306,383,294,326,292,208,222,224,206 + + +252,251,251,251,251,251,251,251,251,252,253,0,0,0,0,0, +244,244,244,244,244,244,244,244,244,244,216,0,0,0,0,0, +244,244,244,244,244,244,244,244,244,244,216,0,0,0,0,0, +244,244,244,244,244,244,244,244,244,244,216,0,0,0,0,0, +204,204,203,204,204,204,204,204,204,204,205,0,0,0,0,0, +258,259,219,220,220,220,220,220,220,220,221,368,478,366,367,367, +274,275,235,236,236,236,236,236,236,236,237,384,478,382,383,383, +290,291,207,383,383,383,383,383,383,383,431,447,478,382,383,383, +207,383,306,335,383,383,383,383,383,383,384,479,366,414,383,383, +383,383,307,207,335,383,383,383,383,383,384,479,382,383,383,383, +383,383,383,322,351,383,383,383,383,383,384,479,382,383,383,383, +383,383,383,383,335,351,383,383,383,383,384,479,382,383,383,383, +383,383,383,383,351,334,383,383,383,431,447,478,382,383,383,383, +383,383,383,383,337,351,383,383,383,384,479,366,414,383,383,383, +383,383,383,341,309,309,340,383,383,384,478,382,383,383,383,337, +383,383,383,294,326,326,292,383,383,384,479,382,383,383,383,351 + + +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,368, +383,383,383,383,383,383,383,383,383,383,383,383,383,383,383,384, +383,350,338,350,207,334,207,383,383,383,383,383,383,383,383,384, +207,207,383,207,207,337,351,351,350,334,306,323,383,383,383,384, +383,306,383,383,383,383,207,337,350,350,334,383,383,322,383,384, +350,335,383,383,383,383,335,307,350,306,334,351,334,207,383,384, +207,338,383,383,383,383,383,383,334,383,334,383,334,383,383,384, +334,337,383,383,383,383,383,383,383,383,383,322,337,383,383,384, +335,350,383,383,383,383,383,383,383,383,383,383,306,338,337,384, +207,383,383,383,431,399,399,399,399,399,399,430,383,383,351,384, +337,350,431,399,447,479,478,478,478,479,478,382,383,323,351,384 + + +0,0,382,383,383,383,350,351,383,294,326,292,239,271,270,238, +0,0,382,383,383,383,322,334,350,294,326,292,337,350,323,383, +0,0,382,383,383,383,383,334,307,294,326,292,337,383,383,207, +0,0,382,383,383,383,383,351,383,294,326,292,383,335,383,321, +0,0,382,383,383,383,383,321,383,294,326,356,309,309,309,309, +0,0,382,383,383,383,383,350,306,294,326,326,326,326,326,326, +0,0,382,383,383,322,351,318,421,325,277,277,277,277,277,278, +0,0,382,383,383,334,383,207,207,383,383,383,383,383,383,325, +0,0,382,383,383,335,334,307,383,383,383,383,383,383,383,383, +0,0,382,383,383,350,383,207,305,383,431,399,399,399,399,399, +0,0,382,383,383,321,207,351,207,334,415,367,367,368,478,479, +0,0,382,383,383,207,207,350,383,383,207,383,383,384,479,479, +0,0,382,383,383,351,383,321,207,335,335,323,383,384,479,479, +0,0,382,383,383,306,338,421,383,207,306,383,323,384,478,478, +0,0,382,383,383,383,207,383,335,351,338,322,321,415,368,479, +0,0,382,383,383,383,305,350,337,383,350,306,323,383,384,478 + + +383,383,383,294,326,326,292,383,383,384,478,382,383,383,337,335, +383,383,207,325,277,277,324,383,431,400,479,382,383,383,383,383, +383,323,383,323,383,383,383,383,384,479,366,414,383,383,383,383, +321,350,383,383,383,383,383,383,384,479,382,383,383,383,383,383, +340,207,383,383,383,383,383,383,384,478,382,383,383,383,350,207, +308,309,309,309,309,340,383,431,447,479,382,383,383,383,207,338, +326,326,326,326,326,292,383,384,479,366,414,383,383,383,334,307, +277,277,277,277,277,324,383,384,479,382,383,383,383,383,335,322, +383,383,383,383,383,383,383,384,479,382,383,383,383,383,307,334, +399,430,383,383,383,383,383,384,479,382,383,383,383,383,207,383, +478,398,399,399,430,383,431,400,478,382,383,383,383,383,383,207, +478,478,479,478,446,399,400,479,366,414,383,383,383,383,383,334, +479,479,366,368,478,478,478,478,382,383,383,383,383,383,383,334, +478,478,382,415,367,368,478,478,398,430,383,383,383,383,383,350, +479,478,382,383,383,415,367,368,478,446,399,430,383,383,383,383, +478,478,382,383,383,383,383,415,368,478,479,398,430,383,383,383 + + +338,383,384,479,479,479,478,478,479,479,479,382,383,207,383,384, +383,383,384,478,479,366,367,367,368,478,479,382,383,207,334,384, +383,383,384,479,478,382,431,430,384,478,479,382,383,337,335,384, +383,383,384,479,479,382,415,414,384,478,478,382,383,207,383,384, +383,383,384,478,478,446,399,399,447,479,478,382,383,334,207,384, +383,383,415,367,368,479,478,478,479,478,478,382,383,334,383,384, +307,383,383,383,415,367,368,479,479,366,367,414,383,306,351,384, +207,383,383,424,437,437,455,456,456,456,455,423,383,337,323,384, +334,383,424,438,409,409,409,409,409,409,409,420,383,307,383,384, +323,307,408,439,440,405,441,440,441,406,404,407,383,383,383,384, +337,350,337,351,351,306,322,424,437,438,420,383,383,383,383,384, +350,383,424,437,456,455,423,422,409,409,420,335,334,335,383,384, +322,383,408,406,409,409,420,422,404,406,420,323,337,334,337,384, +383,335,383,408,406,409,436,438,436,438,420,383,383,383,307,384, +350,306,305,383,408,406,409,409,409,404,407,383,383,383,383,384, +383,351,350,335,383,408,405,440,441,407,383,383,383,383,383,384 + + +0,0,382,383,383,383,383,307,207,338,321,334,383,383,415,367, +0,0,382,383,383,383,323,334,207,335,306,207,337,383,383,383, +0,0,382,383,383,383,334,335,306,383,207,383,383,383,383,383, +0,0,382,383,383,383,383,334,323,335,307,334,337,322,351,383, +0,0,382,383,383,334,323,337,350,383,207,383,334,335,383,351, +0,0,382,383,383,322,321,207,307,383,383,383,383,383,383,383, +0,0,382,383,383,383,383,383,383,383,383,383,383,383,383,383, +0,0,382,383,383,383,383,383,383,383,383,383,383,383,383,383, +0,0,446,399,399,399,399,399,399,399,399,399,399,399,399,399, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + + +367,367,414,383,383,383,383,383,415,367,368,478,446,399,430,383, +383,383,383,383,383,383,383,383,383,383,415,368,479,479,446,399, +383,383,383,383,383,207,306,350,321,383,383,415,367,368,479,479, +207,207,207,334,306,351,350,338,383,383,383,383,383,415,367,368, +318,351,207,351,334,383,350,383,383,383,383,383,383,383,383,415, +383,383,335,321,306,383,337,338,207,303,383,383,383,383,383,383, +383,383,383,383,383,383,383,383,323,350,383,383,383,383,383,383, +383,383,383,383,383,383,383,383,383,383,383,383,383,383,383,383, +399,399,399,399,399,399,399,399,430,383,383,383,383,383,383,383, +0,0,0,0,0,0,0,0,398,399,399,399,399,399,399,399, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + + +383,383,323,323,307,350,383,383,383,383,383,383,383,383,383,384, +430,383,383,335,350,335,334,383,383,383,383,383,383,383,383,384, +446,430,383,383,207,383,351,337,383,383,383,383,383,383,383,384, +479,446,399,430,383,334,383,334,306,334,337,350,322,207,383,384, +368,478,478,398,430,383,335,334,334,383,383,350,334,337,383,384, +415,367,368,479,382,383,383,383,351,383,350,207,321,335,383,384, +383,383,415,367,414,383,323,383,322,350,338,337,322,383,383,384, +383,383,383,383,383,383,383,383,383,383,383,383,383,383,383,384, +383,383,383,383,383,383,383,383,383,383,383,383,383,383,383,384, +399,399,399,399,399,399,399,399,399,399,399,399,399,399,399,447, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Crawler/assets/maps/Overworld.tsx b/Crawler/assets/maps/Overworld.tsx new file mode 100644 index 00000000..a1f587b8 --- /dev/null +++ b/Crawler/assets/maps/Overworld.tsx @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Crawler/assets/maps/cave-tileset.png b/Crawler/assets/maps/cave-tileset.png new file mode 100644 index 00000000..b15bdbb3 Binary files /dev/null and b/Crawler/assets/maps/cave-tileset.png differ diff --git a/Crawler/assets/maps/overworld-tileset.png b/Crawler/assets/maps/overworld-tileset.png new file mode 100644 index 00000000..e4163caf Binary files /dev/null and b/Crawler/assets/maps/overworld-tileset.png differ diff --git a/Crawler/assets/nico-wizard.png b/Crawler/assets/nico-wizard.png index fe11e378..31b1d8d1 100644 Binary files a/Crawler/assets/nico-wizard.png and b/Crawler/assets/nico-wizard.png differ diff --git a/Crawler/assets/nico-wizard.xcf b/Crawler/assets/nico-wizard.xcf index b744e588..385ce25b 100644 Binary files a/Crawler/assets/nico-wizard.xcf and b/Crawler/assets/nico-wizard.xcf differ