Changed the formats of the graphical assets

This commit is contained in:
2015-08-23 02:20:38 +10:00
parent 41d601ab06
commit 563a217237
24 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ World::World(int* const argClientIndex, int* const argAccountIndex):
//load the tilesheet
//TODO: (2) Tile size and tile sheet should be loaded elsewhere
tileSheet.Load(GetRenderer(), config["dir.tilesets"] + "overworld.bmp", 32, 32);
tileSheet.Load(GetRenderer(), config["dir.tilesets"] + "overworld.png", 32, 32);
//Send the character data
CharacterPacket newPacket;