I put together the procedural sprite work for the game. This way, rather than putting together prefabs for each level with a different tile set, I can just pass all the sprites into the Level Handler which would then pass the sprites to the Room Handler which would then pass all the sprites to the segments themselves.