Skip to content

Commit

Permalink
Ran In Black, Fixing Minor Quotation Placements. (#284)
Browse files Browse the repository at this point in the history
* Updated Sprites To Reflect More On The Vanilla Game (Repentance)Updated Sprites To Reflect More On The Vanilla Game (Repentance), Changed Several Previously Updated Names As Well.

* Changed More Sprites Based On Repentance.

* Updated Stoney

* Updated Corns.

* Formatted In Black

* 2nd Round of Sprite Updates Mainly For Sprite Consistency, Updated Bony's BR Name.

* Manual Changes Based On Main Repository

* Ditto

* Ran In Black
  • Loading branch information
crossstoney authored Mar 26, 2022
1 parent 02f6944 commit 07dc43b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/roombulkconverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ def runmain():
print("Must be stb! Skipping!")
continue

outputFilePath = path.with_suffix('.xml')
outputFilePath = path.with_suffix(".xml")
roomFile = cvt.stbToCommon(path)
cvt.commonToXML(outputFilePath, roomFile.rooms, file=roomFile)

print("----")
print('Done!')
print("Done!")


if __name__ == "__main__":
Expand Down
5 changes: 1 addition & 4 deletions src/roombulkconverterconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ def convertRooms(configList, scriptPath, cwd, fileEdited=None):

print("Current config:", config)

args = (
["python", scriptPath]
+ config["paths"]
)
args = ["python", scriptPath] + config["paths"]

subprocess.run(args, cwd=cwd)

Expand Down

0 comments on commit 07dc43b

Please sign in to comment.