mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
updating tools
This commit is contained in:
parent
195a99c796
commit
c400654907
@ -3,7 +3,7 @@
|
||||
from sys import argv, path
|
||||
from pathlib import Path
|
||||
import os
|
||||
path.append(os.path.join(os.path.dirname(__file__), "n64splat"))
|
||||
path.append(os.path.join(os.path.dirname(__file__), "splat"))
|
||||
from splat_ext.PaperMarioNpcSprites import Sprite
|
||||
from convert_image import pack_color, iter_in_groups
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
from sys import argv, path
|
||||
from pathlib import Path
|
||||
import os
|
||||
path.append(os.path.join(os.path.dirname(__file__), "n64splat"))
|
||||
path.append(os.path.join(os.path.dirname(__file__), "splat"))
|
||||
from splat_ext.PaperMarioNpcSprites import Sprite
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user