Update sprites

This commit is contained in:
Kevin Cathcart 2018-09-26 13:19:41 -04:00
parent b90a381e9b
commit d477559b2d
55 changed files with 2 additions and 2 deletions

4
Gui.py
View File

@ -1077,7 +1077,7 @@ class SpriteSelector(object):
for file in glob(output_path(path)): for file in glob(output_path(path)):
sprites.append(Sprite(file)) sprites.append(Sprite(file))
sprites.sort(key=lambda s: str.lower(s.name or "")) sprites.sort(key=lambda s: str.lower(s.name or "").strip())
i = 0 i = 0
for sprite in sprites: for sprite in sprites:
@ -1161,7 +1161,7 @@ class SpriteSelector(object):
deleted += 1 deleted += 1
if successful: if successful:
resultmessage = "official sprites updated sucessfully" resultmessage = "official sprites updated successfully"
task.queue_event(finished) task.queue_event(finished)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.