jdaster64 / ttyd-tot

Another Rogue-like mod of Paper Mario: The Thousand-Year Door.
GNU General Public License v3.0
19 stars 2 forks source link

Cleaned Python syntax (and gitattributes) #1

Open silvncr opened 5 days ago

silvncr commented 5 days ago

Hi @jdaster64,

I went through and cleaned the syntax in the Python files. Some of the imports (the ones marked as jdalib) were missing on my end, so I ignored them.

I also went through .gitattributes (for some reason).

silvncr commented 5 days ago

Most of it includes:


I also removed some comment spacing (like here: https://github.com/jdaster64/ttyd-tot/pull/1/files#diff-579f12b8e5fddc57043245442b4699a1bda986579721bf7475813e29a485d1c3R57-R80). I can add that back if you want.

silvncr commented 5 days ago

(commit moved because I force-pushed)