Script to autogenerate mirrored and rotated assets#217
Script to autogenerate mirrored and rotated assets#217Venomalia merged 2 commits intoVenomalia:mainfrom
Conversation
b4500b9 to
1f2ef6b
Compare
109b959 to
1f66dd6
Compare
1f66dd6 to
1354e07
Compare
|
First of all, thank you for your work. Python would also be my preferred language for this. |
Would you like me to do it in this PR as well? Or maybe first come up with a canonical name and representation in the file-system? Is the script name and location good for you? Would you like a GitHub action and/or pre-commit.ci config that checks/autogenerates these? Or maybe later. From Discord:
|


My goals with this PR:
*Note that this could be made as part of a GitHub Action to ensure we don't forget to run the script, and that manual changes in generated assets are cleared up. You could even automatically apply changes on PR (like an autofixer) using https://pre-commit.ci/ .
I went with Python because: