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:
7
exampledungeon.dungeon
Normal file
7
exampledungeon.dungeon
Normal 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
|
Reference in New Issue
Block a user