Assorted bug fixes. Demo scenario complete.

This commit is contained in:
2014-03-09 16:00:13 -04:30
parent 05d6914861
commit 83cdd38c41
10 changed files with 474 additions and 115 deletions

61
maps/test.map Normal file
View File

@@ -0,0 +1,61 @@
[MAP]
32 32
00000000000000000000000000000000
00000000000044444440000000000000
00000000000441111144000000000000
00000000004411666114400000000000
44444000044116777611440000000000
41514400441167777761144000000000
41771440411677737776114444444000
41777144416777383777614115114000
41997711116773888377611166614000
41797726626738888837666666654000
41997711116773888377611166614000
41777144416777383777614115114000
41771440411677737776114444444000
41514400441167777761144000000000
44444000044116777611440000000000
00000000004411666114400000000000
00000000000441161144000000000000
00000000000044565440000000000000
00000000000004161400000000000000
00000000000004565400000000000000
00000000444444161444444000000000
00000000411551161155114000000000
00000000416666666666614000000000
00000000456666666666654000000000
00000000456677777776654000000000
00000000416677777776614000000000
00000000416677777776614000000000
00000000456677777776654000000000
00000000456666666666654000000000
00000000416666666666614000000000
00000000411551151155114000000000
00000000444444444444444000000000
[PLAYER]
%player = X Y
player = 27 15
[EXITS]
%exit = X Y MAP_NAME MAP_X MAP_Y
exit = 8 25 maps/start.map 0 0
exit = 9 25 maps/start.map 0 0
exit = 10 24 END 0 0
exit = 10 25 maps/start.map 0 0
[DOORS]
%door = X Y ID UNLOCKED
door = 9 22 0 0
[KEYS]
%key = X Y ID
key = 7 2 0
[PERSONS]
%person = X Y NAME DIALOG_ID
person = 8 24 Hugo 0
person = 9 2 Paco 1
person = 23 11 Luis 2
person = 23 19 Donald 3
[DIALOGS]
%dialog = ID TEXT
dialog = 0 Step into the elevator to retry.
dialog = 1 I'm unreachable!
dialog = 2 Welcome to Cyjam!
dialog = 3 Have fun.