Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLX5 committed Sep 20, 2020
1 parent 4cb4fd8 commit e976418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pixi/sprites/vwf/vwf.asm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;##################################################################################################
;# Variable Width Font Cutscene v1.0
;# Variable Width Font Cutscene v2.0
;# by Romi, updated by lx5
;#
;# Proper documentation later.
Expand Down
1 change: 1 addition & 0 deletions vwf_tool/vwftool.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,7 @@ def generate_json(outputfile: str):
j.write(json.dumps(json_boilerplate, indent=4))
print("Finished creating sprite files.")

print ("VWF Dialogues converter v2.0\n")

parser = argparse.ArgumentParser()
parser.add_argument("defines", help="File that contains the defines used to convert the scripts")
Expand Down

0 comments on commit e976418

Please sign in to comment.