started implementing map parser in Dungeon.buildDungeon()

also added an example map file: exampledungeon.dungeon. work to be done:
implement rest of the parser, so it sets up cross references between
Tiles correctly.
This commit is contained in:
2016-04-23 15:07:48 +02:00
parent 98d888b696
commit e1d24d05dd
2 changed files with 84 additions and 3 deletions

7
exampledungeon.dungeon Normal file
View File

@ -0,0 +1,7 @@
5x5
W W W W W
W O B S W
W W G W W
W F Z F W
W W W W W