mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Move update_sprites as --update_sprites to LttPAdjuster
This commit is contained in:
2
Gui.py
2
Gui.py
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# module is planned to be removed
|
||||
from argparse import Namespace
|
||||
from glob import glob
|
||||
import json
|
||||
@@ -1909,6 +1910,7 @@ def get_image_for_sprite(sprite, gif_only: bool = False):
|
||||
|
||||
return image.zoom(2)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
import sys
|
||||
if "update_sprites" in sys.argv:
|
||||
|
Reference in New Issue
Block a user