Implemented NPC movement (random)
authorHarishankar <v.harishankar@gmail.com>
Fri, 7 Oct 2011 10:45:52 +0000 (16:15 +0530)
committerHarishankar <v.harishankar@gmail.com>
Fri, 7 Oct 2011 10:45:52 +0000 (16:15 +0530)
commit667ea7c15261100aae75b61de8664863b58f01e4
tree9a242b1597f5499f7c22ceddd39a132cfc85a78a
parent58f80c37fa3c97f3cfb2a0cdd3096c529f65e204
Implemented NPC movement (random)

Added random movement for NPCs in level based on a limiting
area. NPC cannot move on solid tiles, or tiles with objects,
where other NPCs are standing and also where Butaba is
standing
12 files changed:
butaba.py
constants.py
dialogues/bulisa4.dlg
gameobjects.py
level.py
maingame.py
npcs.py
sprite/bulisa-back.png [new file with mode: 0644]
sprite/bulisa-front.png [new file with mode: 0644]
sprite/bulisa-left.png [new file with mode: 0644]
sprite/bulisa-right.png [new file with mode: 0644]
sprite/bulisa.png [deleted file]