2024-02-04

Goal

To adjust the Pixel Art for the HitHub App to complete the collection of Cosmetics 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


Previous Note 2024-01-29 Next Note 2024-02-06