Skip to content

Commit

Permalink
support unpacking languages
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryQuan committed Jul 1, 2022
1 parent 5845f55 commit b738ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ __pycache__
GameParam*.json
split
content/
langs/

# environment
.env/
Expand Down
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def exit_program(code: int):
unpack.decodeGameParams()

# optional actions
# unpack.decodeLanguages()
unpack.decodeLanguages()
# unpack.unpackGameIcons()
# unpack.unpackGameMaps()
except FileNotFoundError:
Expand Down

0 comments on commit b738ac3

Please sign in to comment.