mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Misc minor improvements
Open dialogs now filter by correct file extensions Sort sprites by name (instead of disk order) Better handle blank author names in zspr files. Sort paths by name. (Otherwise the Bomb shop entry if present looks wrong)
This commit is contained in:
@@ -781,7 +781,7 @@ class Spoiler(object):
|
||||
outfile.write('\n\nPaths:\n\n')
|
||||
|
||||
path_listings = []
|
||||
for location, path in self.paths.items():
|
||||
for location, path in sorted(self.paths.items()):
|
||||
path_lines = []
|
||||
for region, exit in path:
|
||||
if exit is not None:
|
||||
|
Reference in New Issue
Block a user