mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 21:03:42 -07:00
Re-updated the old asset extractor to support new colors
This commit is contained in:
parent
890ac0b2fd
commit
35b5e6a7ea
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ def BuildOTR():
|
|||
shutil.copyfile("baserom/Audiotable", "Extract/Audiotable")
|
||||
|
||||
shutil.copytree("assets", "Extract/assets")
|
||||
shutil.copytree("colors", "Extract/colors")
|
||||
|
||||
execStr = "x64\\Release\\ZAPD.exe" if sys.platform == "win32" else "../ZAPD/ZAPD.out"
|
||||
|
||||
|
@ -122,4 +123,4 @@ def main():
|
|||
shutil.rmtree("Extract")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue