Skip to content

Commit 06fae6b

Browse files
author
Michael Fiano
committed
Minor fixes.
1 parent 1bd11c9 commit 06fae6b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ Read the documentation in the doc/MAP_CREATION file for instructions.
2929

3030
TODO
3131

32-
* Display a tiny face icon of each party member with tiny stats using a small
33-
monospaced font for comparing statistics easily. Text should be white with
34-
a black shadow for readability. It should be positioned in the top left
35-
corner of the screen.
36-
3732
* When loading a map, unobstrusively display the area name in a fancy font
3833
for a couple of seconds and then fade it out.
3934

lib/screens.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def destroy(self):
111111

112112
self.map = None
113113
self.party = None
114+
self.gui = None
114115

115116

116117
class BattleScreen(Screen, Battle):

0 commit comments

Comments
 (0)