Skip to content

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Fiano committed Jan 20, 2010
1 parent 1bd11c9 commit 06fae6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ Read the documentation in the doc/MAP_CREATION file for instructions.

TODO

* Display a tiny face icon of each party member with tiny stats using a small
monospaced font for comparing statistics easily. Text should be white with
a black shadow for readability. It should be positioned in the top left
corner of the screen.

* When loading a map, unobstrusively display the area name in a fancy font
for a couple of seconds and then fade it out.

Expand Down
1 change: 1 addition & 0 deletions lib/screens.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def destroy(self):

self.map = None
self.party = None
self.gui = None


class BattleScreen(Screen, Battle):
Expand Down

0 comments on commit 06fae6b

Please sign in to comment.