TASLabz / mkw-scripts

Python Scripts for use with Dolphin Emulator. Scripts cover various utilities for creating Mario Kart Wii TASes .
7 stars 6 forks source link

Enforce snake case and various minor fixes #45

Closed kierio04 closed 11 months ago

kierio04 commented 11 months ago

Review should check if all imports have been accounted for. A good majority of code ported from LUA core is still in camel case, however that's beyond the scope of this PR (and would require a good deal more work).

kierio04 commented 11 months ago

Addressed all changes requested, so should be good to merge now.