This commit is contained in:
Ben
2020-09-04 00:05:49 +01:00
parent a35d6d01a6
commit de75915f8f
15 changed files with 274 additions and 173 deletions

View File

@@ -4,11 +4,12 @@
void Tile::Update(float fTime)
{
}
void TileDictionary::Register()
{
Dictionary[ETile::Type::Void] = { 217, 15 };
Dictionary[ETile::Type::Floor] = { 27, 37 };
Dictionary[ETile::Type::FloorV1] = { 44, 16 };
Dictionary[ETile::Type::WallL] = { 0, 16 };