Skip to content

Commit

Permalink
Better readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
joaorb64 committed Aug 30, 2021
1 parent 1bc2de5 commit 7db1ee0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion games/ssbu/mural_art/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Mural arts",
"description": "Character arts painted by hand.",
"credits": "@ElevenZM - original mural arts isolation.\n@MuralAltDrive - alternate costumes.\n@joao_shino - crops.\n@kekwel_ssb - alternate costumes crops.",
"credits": "- @ElevenZM - original mural arts isolation.\n- @MuralAltDrive - alternate costumes.\n- @joao_shino - crops.\n- @kekwel_ssb - alternate costumes crops.",
"version": "0.91",
"prefix": "",
"postfix": "_"
Expand Down
4 changes: 2 additions & 2 deletions gen_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@

with open(assetPath+"README.md", 'w', encoding='utf-8') as readme:
readme.write("# "+config.get("name", "")+"\n\n")
readme.write("Description: "+config.get("description", "")+"\n\n")
readme.write("Credits: "+config.get("credits", "")+"\n\n")
readme.write("## Description: \n\n"+config.get("description", "")+"\n\n")
readme.write("## Credits: \n\n"+config.get("credits", "")+"\n\n")
except Exception as e:
print(traceback.format_exc())

Expand Down

0 comments on commit 7db1ee0

Please sign in to comment.