mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
update sprites and double the width for sprites
This commit is contained in:
2
Gui.py
2
Gui.py
@@ -1348,7 +1348,7 @@ class SpriteSelector(object):
|
||||
button = Button(frame, image=image, command=lambda spr=sprite: self.select_sprite(spr))
|
||||
ToolTips.register(button, sprite.name + ("\nBy: %s" % sprite.author_name if sprite.author_name else ""))
|
||||
button.image = image
|
||||
button.grid(row=i // 16, column=i % 16)
|
||||
button.grid(row=i // 32, column=i % 32)
|
||||
i += 1
|
||||
|
||||
if i == 0:
|
||||
|
Reference in New Issue
Block a user