Moved the debug island into a module

This commit is contained in:
Kayne Ruse
2014-09-30 00:44:54 +10:00
parent 8e97de6979
commit 87ef03d512
4 changed files with 34 additions and 48 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ InWorld::InWorld(
//load the tilesheet
//TODO: add the tilesheet to the map system?
//TODO: Tile size and tile sheet should be loaded elsewhere
tileSheet.Load(config["dir.tilesets"] + "terrain.bmp", 32, 32);
tileSheet.Load(config["dir.tilesets"] + "overworld.bmp", 32, 32);
//send this player's character info
CharacterPacket newPacket;