File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,6 @@ Read the documentation in the doc/MAP_CREATION file for instructions.
29
29
30
30
TODO
31
31
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
-
37
32
* When loading a map, unobstrusively display the area name in a fancy font
38
33
for a couple of seconds and then fade it out.
39
34
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ def destroy(self):
111
111
112
112
self .map = None
113
113
self .party = None
114
+ self .gui = None
114
115
115
116
116
117
class BattleScreen (Screen , Battle ):
You can’t perform that action at this time.
0 commit comments