Implemented SwordEnchantment tests. Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria
This commit is contained in:
commit
eadbdbe0e2
@ -91,6 +91,7 @@ namespace EnchantTests
|
|||||||
|
|
||||||
GameState::Initialize();
|
GameState::Initialize();
|
||||||
GameState::STATE=GameState::states.at(States::State::GAME_RUN);
|
GameState::STATE=GameState::states.at(States::State::GAME_RUN);
|
||||||
|
testGame->ResetLevelStates();
|
||||||
|
|
||||||
#pragma region Setup a fake test map and test monster
|
#pragma region Setup a fake test map and test monster
|
||||||
game->MAP_DATA["CAMPAIGN_1_1"];
|
game->MAP_DATA["CAMPAIGN_1_1"];
|
||||||
@ -1011,5 +1012,21 @@ namespace EnchantTests
|
|||||||
game->OnUserUpdate(5.5f);
|
game->OnUserUpdate(5.5f);
|
||||||
Assert::AreEqual(size_t(0),BULLET_LIST.size(),L"Explosive Trap detonates later.");
|
Assert::AreEqual(size_t(0),BULLET_LIST.size(),L"Explosive Trap detonates later.");
|
||||||
}
|
}
|
||||||
|
TEST_METHOD(SwordEnchantmentNoEnchantCheck){
|
||||||
|
Assert::AreEqual(1.5f,player->GetAttackRange(),L"Attack range of Warrior is normal");
|
||||||
|
player->CheckAndPerformAbility(player->GetAbility3(),testKeyboardInput);
|
||||||
|
Assert::AreEqual(1.5f,player->GetAttackRange(),L"Attack range of Warrior remains the untouched.");
|
||||||
|
}
|
||||||
|
TEST_METHOD(SwordEnchantmentEnchantCheck){
|
||||||
|
testKey->bHeld=true; //Force the key to be held down for testing purposes.
|
||||||
|
std::weak_ptr<Item>nullRing{Inventory::AddItem("Null Ring"s)};
|
||||||
|
Inventory::EquipItem(nullRing,EquipSlot::RING1);
|
||||||
|
nullRing.lock()->EnchantItem("Sword Enchantment");
|
||||||
|
player->CheckAndPerformAbility(player->GetAbility3(),testKeyboardInput);
|
||||||
|
Assert::AreEqual(3.f,player->GetAttackRange(),L"Attack range of Warrior doubled.");
|
||||||
|
game->SetElapsedTime(8.f);
|
||||||
|
game->OnUserUpdate(8.f);
|
||||||
|
Assert::AreEqual(1.5f,player->GetAttackRange(),L"Attack range of Warrior is normal again.");
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
4716
Adventures in Lestoria/assets/Campaigns/3_5.tmx
Normal file
4716
Adventures in Lestoria/assets/Campaigns/3_5.tmx
Normal file
File diff suppressed because it is too large
Load Diff
1821
Adventures in Lestoria/assets/Campaigns/3_6.tmx
Normal file
1821
Adventures in Lestoria/assets/Campaigns/3_6.tmx
Normal file
File diff suppressed because it is too large
Load Diff
1270
Adventures in Lestoria/assets/Campaigns/3_B1.tmx
Normal file
1270
Adventures in Lestoria/assets/Campaigns/3_B1.tmx
Normal file
File diff suppressed because it is too large
Load Diff
706
Adventures in Lestoria/assets/Campaigns/Boss_3_B.tmx
Normal file
706
Adventures in Lestoria/assets/Campaigns/Boss_3_B.tmx
Normal file
@ -0,0 +1,706 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<map version="1.10" tiledversion="1.10.1" orientation="orthogonal" renderorder="right-down" width="40" height="40" tilewidth="24" tileheight="24" infinite="1" nextlayerid="5" nextobjectid="1">
|
||||||
|
<tileset firstgid="1" source="../maps/Tilesheet_No_Shadow24x24.tsx"/>
|
||||||
|
<tileset firstgid="2913" source="../maps/Decorations_c1_No_Shadow24x24.tsx"/>
|
||||||
|
<tileset firstgid="4533" source="../maps/objects.tsx"/>
|
||||||
|
<layer id="1" name="Layer 1" width="40" height="40">
|
||||||
|
<data encoding="csv">
|
||||||
|
<chunk x="-32" y="-32" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,539,539,539,539,539,539,539,539,539,
|
||||||
|
0,0,0,0,0,0,0,539,539,539,539,539,539,539,539,539,
|
||||||
|
0,0,0,0,0,0,0,539,539,539,539,539,539,539,539,539,
|
||||||
|
0,0,0,0,0,0,0,539,539,539,539,539,539,539,539,539,
|
||||||
|
0,0,0,0,0,0,0,539,539,539,539,539,539,539,539,539,
|
||||||
|
0,0,0,0,0,0,0,539,539,539,539,539,539,539,539,539,
|
||||||
|
0,0,0,0,0,0,0,539,539,539,539,539,539,539,539,539,
|
||||||
|
0,0,0,0,0,0,0,539,539,539,539,539,539,539,539,539,
|
||||||
|
0,0,0,0,0,0,0,539,539,539,539,539,539,539,539,539,
|
||||||
|
0,0,0,0,0,0,0,539,539,539,539,539,539,539,539,539
|
||||||
|
</chunk>
|
||||||
|
<chunk x="-16" y="-32" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,542,591,591,591,591,541
|
||||||
|
</chunk>
|
||||||
|
<chunk x="0" y="-32" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,542,591,591,591,591,591,591,591,541,539,539,539,539,539,542
|
||||||
|
</chunk>
|
||||||
|
<chunk x="16" y="-32" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,539,
|
||||||
|
591,591,591,541,542,591,591,591,591,591,541,539,539,539,539,539
|
||||||
|
</chunk>
|
||||||
|
<chunk x="32" y="-32" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,0,0,0,0,0,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,0,0,0,0,0,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,0,0,0,0,0,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,0,0,0,0,0,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,0,0,0,0,0,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,0,0,0,0,0,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,0,0,0,0,0,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,0,0,0,0,0,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,0,0,0,0,0,
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="-32" y="-16" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,539,539,539,539,539,539,539,539,539,
|
||||||
|
0,0,0,0,0,0,0,539,539,539,539,539,539,539,539,539,
|
||||||
|
0,0,0,0,0,0,0,539,539,539,539,539,539,539,539,539,
|
||||||
|
0,0,0,0,0,0,0,539,539,539,539,539,539,539,539,539,
|
||||||
|
0,0,0,0,0,0,0,539,539,539,539,539,539,539,539,542,
|
||||||
|
0,0,0,0,0,0,0,539,539,539,539,539,539,539,539,540,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080
|
||||||
|
</chunk>
|
||||||
|
<chunk x="-16" y="-16" width="16" height="16">
|
||||||
|
539,539,539,539,539,539,542,591,591,591,592,492,493,492,493,590,
|
||||||
|
539,539,539,539,539,542,592,492,493,492,493,544,545,544,545,596,
|
||||||
|
539,542,591,591,591,592,492,596,597,492,545,492,545,597,597,545,
|
||||||
|
542,592,596,493,493,544,597,544,493,596,492,596,544,597,493,486,
|
||||||
|
592,545,596,597,545,544,492,545,597,597,545,596,544,493,545,538,
|
||||||
|
544,597,596,544,544,492,492,492,492,596,545,544,545,492,597,538,
|
||||||
|
0,692,1080,596,545,493,492,596,544,597,544,545,493,597,493,590,
|
||||||
|
1080,0,1080,493,544,544,492,492,544,596,544,544,597,545,545,493,
|
||||||
|
1080,0,1080,596,544,597,596,493,545,492,492,545,544,493,597,597,
|
||||||
|
1080,0,1080,492,596,545,544,597,597,545,492,492,597,544,492,596,
|
||||||
|
1080,0,1080,597,545,493,486,487,487,488,492,597,544,493,544,596,
|
||||||
|
1080,0,1080,545,596,596,538,539,539,540,544,596,492,492,597,545,
|
||||||
|
1080,0,1080,492,493,492,538,539,539,540,596,597,493,596,492,544,
|
||||||
|
1080,1080,0,596,596,545,590,591,591,592,492,596,493,493,492,545,
|
||||||
|
1080,1080,0,544,597,597,544,493,544,492,597,493,597,493,492,597,
|
||||||
|
1080,1080,0,597,597,493,596,492,596,596,597,544,596,597,493,597
|
||||||
|
</chunk>
|
||||||
|
<chunk x="0" y="-16" width="16" height="16">
|
||||||
|
591,592,596,493,492,493,596,493,545,590,591,591,591,591,591,592,
|
||||||
|
544,544,544,596,596,545,597,492,492,597,597,493,545,493,597,596,
|
||||||
|
493,596,544,596,545,545,545,545,597,545,493,544,596,545,544,545,
|
||||||
|
487,487,488,596,493,492,597,493,544,493,596,493,492,597,596,545,
|
||||||
|
539,539,540,545,492,545,596,493,492,596,492,544,492,597,492,493,
|
||||||
|
539,539,540,597,544,493,544,545,493,492,493,545,545,545,493,492,
|
||||||
|
591,591,592,544,597,492,597,597,597,544,597,545,544,545,492,597,
|
||||||
|
597,544,596,545,493,596,544,492,492,596,597,545,492,596,492,596,
|
||||||
|
597,596,545,545,545,596,493,545,545,492,597,545,596,545,492,493,
|
||||||
|
492,545,597,493,545,493,597,596,493,544,492,493,493,597,596,544,
|
||||||
|
597,596,597,596,545,486,487,487,487,487,487,487,488,486,488,544,
|
||||||
|
544,544,493,596,486,489,539,539,539,539,539,539,490,489,540,492,
|
||||||
|
597,492,597,492,538,539,539,539,539,539,539,539,539,539,540,493,
|
||||||
|
545,492,493,493,538,539,539,539,539,539,539,539,539,539,540,544,
|
||||||
|
544,597,492,486,489,539,539,539,539,539,539,539,539,539,540,493,
|
||||||
|
597,493,545,590,541,539,539,539,539,539,539,539,539,539,540,545
|
||||||
|
</chunk>
|
||||||
|
<chunk x="16" y="-16" width="16" height="16">
|
||||||
|
597,492,545,538,540,544,597,493,492,493,590,591,591,591,541,539,
|
||||||
|
597,492,545,538,540,597,493,492,597,597,596,545,493,544,590,591,
|
||||||
|
493,493,492,538,540,596,545,492,596,596,492,492,596,596,597,0,
|
||||||
|
545,486,487,489,540,544,596,544,545,545,597,596,597,597,492,0,
|
||||||
|
596,538,539,539,540,545,493,596,596,492,545,493,493,544,545,493,
|
||||||
|
492,538,539,539,540,493,596,493,597,544,544,493,492,493,493,596,
|
||||||
|
544,590,591,591,592,493,492,545,597,596,544,493,544,493,544,493,
|
||||||
|
544,493,596,493,544,493,492,544,545,492,492,596,544,544,597,596,
|
||||||
|
544,492,544,492,544,492,493,492,492,596,486,487,487,488,545,545,
|
||||||
|
596,492,492,596,596,493,492,492,597,492,538,539,539,540,492,544,
|
||||||
|
597,596,597,596,597,596,596,597,544,597,538,539,539,540,493,544,
|
||||||
|
596,493,544,596,544,597,596,596,596,545,590,541,542,592,492,493,
|
||||||
|
545,493,492,492,597,545,544,596,492,493,596,493,592,597,493,493,
|
||||||
|
545,493,493,493,544,493,596,493,493,596,492,544,544,492,596,492,
|
||||||
|
544,492,545,597,544,596,545,545,596,492,492,492,493,596,545,1080,
|
||||||
|
545,545,545,493,596,544,545,597,596,493,545,492,545,544,492,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="32" y="-16" width="16" height="16">
|
||||||
|
539,539,539,539,539,539,539,539,539,539,539,0,0,0,0,0,
|
||||||
|
591,541,539,539,539,539,539,539,539,539,539,0,0,0,0,0,
|
||||||
|
0,590,541,539,539,539,539,539,539,539,539,0,0,0,0,0,
|
||||||
|
0,0,538,539,539,539,539,539,539,539,539,0,0,0,0,0,
|
||||||
|
492,545,538,539,539,539,539,539,539,539,539,0,0,0,0,0,
|
||||||
|
692,0,538,539,539,539,539,539,539,539,539,0,0,0,0,0,
|
||||||
|
692,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
692,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
692,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
692,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
692,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
692,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
692,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
692,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
0,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="-32" y="0" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080
|
||||||
|
</chunk>
|
||||||
|
<chunk x="-16" y="0" width="16" height="16">
|
||||||
|
1080,1080,0,596,596,493,596,492,596,493,545,492,493,597,597,492,
|
||||||
|
1080,1080,0,544,597,596,544,597,596,596,493,545,492,597,545,597,
|
||||||
|
1080,1080,1080,1080,544,493,544,492,596,492,596,486,487,487,488,544,
|
||||||
|
1080,1080,1080,1080,493,596,597,596,545,544,493,538,539,539,540,597,
|
||||||
|
1080,1080,1080,0,596,544,544,492,597,545,492,538,539,539,540,597,
|
||||||
|
1080,1080,1080,0,597,597,493,492,596,545,493,590,591,591,592,544,
|
||||||
|
1080,1080,1080,0,596,492,492,596,493,597,545,544,596,492,492,597,
|
||||||
|
1080,1080,1080,1080,1080,1080,597,597,493,596,596,596,492,545,545,492,
|
||||||
|
1080,1080,1080,1080,597,1080,1080,493,493,596,597,492,545,545,492,544,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,545,545,492,596,492,492,493,544,596,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,597,597,493,597,596,596,545,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,493,492,493,597,597,493,493,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,596,597,493,544,492,544,545,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,493,597,597,492,493,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,492,544,596,545,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080
|
||||||
|
</chunk>
|
||||||
|
<chunk x="0" y="0" width="16" height="16">
|
||||||
|
493,492,492,597,538,539,539,539,539,539,539,539,539,539,540,493,
|
||||||
|
493,544,493,492,538,539,539,539,539,539,539,539,539,542,592,545,
|
||||||
|
545,545,544,596,590,591,591,591,591,591,591,591,591,592,596,596,
|
||||||
|
493,544,544,492,493,492,597,544,545,596,544,545,596,544,596,596,
|
||||||
|
596,492,597,493,544,492,492,492,544,597,596,597,596,492,596,597,
|
||||||
|
492,492,597,597,492,493,597,597,597,492,596,597,596,493,544,596,
|
||||||
|
597,544,545,544,545,597,597,492,544,544,596,544,544,493,493,544,
|
||||||
|
545,486,488,493,597,597,493,597,596,597,544,596,492,596,544,596,
|
||||||
|
493,538,540,493,596,493,596,544,544,596,492,492,492,597,493,597,
|
||||||
|
544,590,594,487,487,488,544,545,597,493,597,597,596,486,487,487,
|
||||||
|
596,492,538,539,539,540,544,492,596,545,596,492,492,538,539,539,
|
||||||
|
544,596,538,539,539,540,596,545,544,544,596,544,596,538,539,539,
|
||||||
|
544,544,590,591,591,592,597,545,492,493,596,597,493,590,591,591,
|
||||||
|
492,545,597,492,545,544,544,493,492,492,597,597,492,544,597,544,
|
||||||
|
492,493,596,596,492,545,492,544,544,544,596,493,492,545,493,493,
|
||||||
|
1080,493,544,596,544,596,545,596,493,544,545,545,544,544,545,597
|
||||||
|
</chunk>
|
||||||
|
<chunk x="16" y="0" width="16" height="16">
|
||||||
|
493,545,545,544,596,596,544,544,492,596,492,545,492,492,597,0,
|
||||||
|
493,597,596,597,492,486,487,487,488,493,492,544,597,493,596,0,
|
||||||
|
492,597,492,544,486,489,539,539,540,596,492,493,544,545,545,0,
|
||||||
|
493,544,492,492,590,541,539,539,540,545,544,545,597,545,597,0,
|
||||||
|
597,596,544,545,597,590,591,591,592,545,544,544,493,492,493,0,
|
||||||
|
545,544,596,493,492,544,544,544,492,597,492,545,544,597,1080,0,
|
||||||
|
596,492,545,596,596,544,544,493,492,596,492,596,597,1080,1080,1080,
|
||||||
|
492,596,492,493,493,492,545,545,493,596,545,545,597,1080,1080,1080,
|
||||||
|
597,493,493,597,544,545,596,492,596,493,596,493,1080,1080,1080,1080,
|
||||||
|
488,597,544,596,545,545,544,597,597,492,492,492,1080,1080,1080,1080,
|
||||||
|
540,492,596,492,545,596,597,596,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
540,493,492,545,597,545,597,493,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
592,545,493,545,545,544,493,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
492,544,545,544,596,545,492,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
597,597,597,492,545,545,545,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
597,545,545,545,545,545,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080
|
||||||
|
</chunk>
|
||||||
|
<chunk x="32" y="0" width="16" height="16">
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="-32" y="16" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="-16" y="16" width="16" height="16">
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="0" y="16" width="16" height="16">
|
||||||
|
1080,1080,1080,1080,597,492,545,544,597,493,493,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="16" y="16" width="16" height="16">
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="32" y="16" width="16" height="16">
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,1080,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
</data>
|
||||||
|
</layer>
|
||||||
|
<layer id="2" name="Layer 2" width="40" height="40">
|
||||||
|
<data encoding="csv">
|
||||||
|
<chunk x="-32" y="-16" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,976,976,976,976,976,976,976,976,976,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,3516,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3471,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3561,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="-16" y="-16" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
527,575,575,526,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
1029,1030,0,522,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,1082,0,522,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,1082,0,522,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,1082,0,522,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,1082,0,522,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,1082,0,522,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,1029,1030,522,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,1082,522,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,3425,1082,522,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,1082,522,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="16" y="-16" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,576,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,1026,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,1078
|
||||||
|
</chunk>
|
||||||
|
<chunk x="32" y="-16" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
545,544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
575,526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
975,522,976,976,976,976,976,976,976,976,976,0,0,0,0,0,
|
||||||
|
1078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
1078,3426,0,3561,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
1078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
1078,0,3471,3560,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
1078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
1078,3425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
1078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
1078,0,0,3425,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
1027,3470,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="-32" y="0" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,3426,0,3560,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3425,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="-16" y="0" width="16" height="16">
|
||||||
|
0,0,1082,522,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,1082,574,526,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,1082,3740,522,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
3426,0,1029,1030,522,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,3560,1082,522,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,1082,522,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,1082,574,526,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,3560,1029,1030,574,526,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,1029,1030,574,526,0,0,0,0,0,0,0,0,
|
||||||
|
3561,0,0,0,3560,1029,1030,574,575,526,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,1029,1030,0,522,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,3561,0,1082,0,522,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,1029,977,574,526,0,0,0,0,0,
|
||||||
|
0,0,3560,0,0,0,0,0,1029,977,574,575,526,0,0,0,
|
||||||
|
0,0,0,0,0,0,3560,3425,0,1029,977,0,574,575,575,575,
|
||||||
|
0,0,0,0,0,0,0,0,0,3561,1029,976,976,976,977,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="0" y="0" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
574,575,575,575,526,0,0,0,0,0,527,575,575,575,575,575
|
||||||
|
</chunk>
|
||||||
|
<chunk x="16" y="0" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,1078,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,1078,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,1078,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,1078,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,527,576,1078,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,527,576,0,1078,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,524,0,1026,1027,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,527,576,1026,1027,3425,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,524,0,1078,0,0,
|
||||||
|
0,0,0,0,0,0,0,527,575,575,575,576,1026,1027,3516,0,
|
||||||
|
0,0,0,0,0,0,0,524,0,3650,0,1026,1027,0,0,0,
|
||||||
|
0,0,0,0,0,0,527,576,975,976,976,1027,3425,0,0,3515,
|
||||||
|
0,0,0,0,0,0,524,975,1027,0,3470,0,0,0,3471,0,
|
||||||
|
0,0,0,0,0,527,576,1027,3470,3560,0,0,0,0,0,3426,
|
||||||
|
0,0,0,0,527,576,1027,0,3470,0,0,3425,0,0,0,0,
|
||||||
|
575,575,575,575,576,1027,3426,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="32" y="0" width="16" height="16">
|
||||||
|
3560,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,3515,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
3426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,3516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="-16" y="16" width="16" height="16">
|
||||||
|
0,0,0,3561,0,0,0,0,0,0,0,0,3425,0,1029,976,
|
||||||
|
0,0,0,0,0,0,0,3516,0,0,0,0,0,0,0,3470,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,3470,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,3515,0,3515,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,3560,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="0" y="16" width="16" height="16">
|
||||||
|
976,976,977,0,574,575,575,575,575,575,576,0,0,975,976,976,
|
||||||
|
0,0,1029,976,976,976,976,1971,1972,1973,1974,1975,976,1027,3471,0,
|
||||||
|
0,3515,0,0,3470,0,0,2023,2024,2025,2026,2027,3471,0,0,3515,
|
||||||
|
0,0,0,3515,0,0,0,2075,2076,2077,2078,2079,0,3515,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="16" y="16" width="16" height="16">
|
||||||
|
976,976,976,976,1027,0,0,3515,0,0,0,0,0,0,0,0,
|
||||||
|
0,3516,0,0,3426,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,3516,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
3516,3515,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
</data>
|
||||||
|
</layer>
|
||||||
|
<layer id="3" name="Layer 3" width="40" height="40">
|
||||||
|
<data encoding="csv">
|
||||||
|
<chunk x="-16" y="-16" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
1030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,1187,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,1083,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,1135,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,1083,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,1083,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,1083,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,1135,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,1083,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="16" y="-16" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1181,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1233,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1181,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="32" y="-16" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="-16" y="0" width="16" height="16">
|
||||||
|
0,0,0,1187,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,1187,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,1187,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,1135,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,1239,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,1239,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,1187,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
<chunk x="16" y="0" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,1181,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,1181,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,975,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,975,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,975,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,1026,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
</data>
|
||||||
|
</layer>
|
||||||
|
<layer id="4" name="Wall" width="40" height="40">
|
||||||
|
<data encoding="csv">
|
||||||
|
<chunk x="0" y="16" width="16" height="16">
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,4535,4535,4535,4535,4535,4535,4535,4535,4535,0,0,
|
||||||
|
0,0,0,0,0,4535,4535,4535,4535,4535,4535,4535,4535,4535,0,0,
|
||||||
|
0,0,0,0,0,4535,4535,4535,4535,4535,4535,4535,4535,4535,0,0,
|
||||||
|
0,0,0,0,0,4535,4535,4535,4535,4535,4535,4535,4535,4535,0,0,
|
||||||
|
0,0,0,0,0,4535,4535,4535,4535,4535,4535,4535,4535,4535,0,0,
|
||||||
|
0,0,0,0,0,4535,4535,4535,4535,4535,4535,4535,4535,4535,0,0,
|
||||||
|
0,0,0,0,0,4535,4535,4535,4535,4535,4535,4535,4535,4535,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
||||||
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||||
|
</chunk>
|
||||||
|
</data>
|
||||||
|
</layer>
|
||||||
|
</map>
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<map version="1.10" tiledversion="1.10.2" class="Map" orientation="orthogonal" renderorder="left-down" width="250" height="177" tilewidth="4" tileheight="4" infinite="0" nextlayerid="5" nextobjectid="50">
|
<map version="1.10" tiledversion="1.10.1" class="Map" orientation="orthogonal" renderorder="left-down" width="250" height="177" tilewidth="4" tileheight="4" infinite="0" nextlayerid="5" nextobjectid="50">
|
||||||
<properties>
|
<properties>
|
||||||
<property name="Background Music" propertytype="BGM" value="overworld"/>
|
<property name="Background Music" propertytype="BGM" value="overworld"/>
|
||||||
<property name="Level Type" propertytype="LevelType" value="World Map"/>
|
<property name="Level Type" propertytype="LevelType" value="World Map"/>
|
||||||
@ -139,10 +139,10 @@
|
|||||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,959,960,960,960,960,960,1198,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2068,2069,2069,2069,2069,2069,2069,2305,82,82,82,82,82,82,82,82,82,82,82,160,161,161,169,161,161,401,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,481,476,240,240,240,481,320,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,959,960,960,960,960,960,1198,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2068,2069,2069,2069,2069,2069,2069,2305,82,82,82,82,82,82,82,82,82,82,82,160,161,161,169,161,161,401,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,481,476,240,240,240,481,320,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,481,323,323,323,327,323,323,323,323,324,322,323,327,323,324,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,481,323,323,323,327,323,323,323,323,324,322,323,327,323,324,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,481,324,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,481,324,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2068,2069,2305,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,481,324,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,82,82,82,160,397,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2068,2069,2305,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,481,324,86,86,86,86,86,86,86,86,86,164,166,86,86,86,86,164,170,82,82,82,160,397,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,82,82,160,161,161,161,161,161,161,161,161,161,161,161,397,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,245,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,82,82,160,161,161,161,161,161,161,161,161,161,161,161,397,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,245,86,86,86,86,86,86,86,86,86,164,401,402,166,86,164,165,401,406,166,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,477,324,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,477,324,86,86,86,86,86,86,86,86,86,322,323,323,324,86,239,477,323,323,324,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2068,2069,2069,2069,2305,82,82,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,402,162,86,86,164,165,166,86,86,86,86,86,86,86,86,86,86,86,86,86,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2068,2069,2069,2069,2305,82,82,82,82,82,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,402,162,86,86,164,165,166,86,86,86,86,86,86,86,86,86,318,324,86,86,82,82,82,239,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,82,82,160,161,161,161,401,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,402,165,165,401,240,402,165,165,165,165,165,165,165,166,82,82,82,82,82,82,82,160,401,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,82,82,82,160,161,161,161,401,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,402,165,165,401,240,402,165,165,165,165,165,165,165,166,82,82,82,82,82,82,82,160,401,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,160,161,161,401,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,402,173,173,173,165,165,165,165,401,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2147,82,82,82,82,82,160,161,161,401,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,402,173,173,173,165,165,165,165,401,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||||
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2068,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2305,82,82,160,161,161,401,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,713,2068,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2069,2305,82,82,160,161,161,401,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,240,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user