2024-02-04
Created Feb. 4, 2024, 6:05 p.m.
Modified Feb. 6, 2024, 2:27 p.m.
Goal
To adjust the Pixel Art for the HitHub App to complete the collection of Cosmetic
s that the fighters can access.
Notes
Wednesday and Friday on Twitch Stream I was able to fix up the app so that fighter cosmetics were working. Today I worked on a couple other cosmetics I could add. I used the following command
.\aseprite.exe -b "C:\Users\Billy\Documents\HitHub\Cosmetics\template.aseprite" --save-as "C:/Users/Billy/Documents/HitHub/Cosmetics/{layer}.png"
to export the layers when I was in the Aseprite path in Powershell:
C:\Program Files (x86)\Steam\steamapps\common\Aseprite
Results
- Created some new
Cosmetic
items- Made sure that those cosmetics were available in the app
- Might need to look into django-import-export to do this in the future. I wonder if there's a way I could store all of this data in an easier to use format...?
- Used the Aseprite CLI to export images in a layer-by-layer format. This will come in handy later on.
Next Time
- Look into django-import-export to see how to bulk upload data without needing to use Django Bulk Upload.