2024-06-09-Sunday


created: 2024-06-09 17:15 tags: - daily-notes


Sunday, June 09, 2024

<< Timestamps/2024/06-June/2024-06-08-Saturday|Yesterday | Timestamps/2024/06-June/2024-06-10-Monday|Tomorrow >>


🎯 Goal

  • [ ] Alter the export_spritesheets.sh Bash script to export the working Aseprite files into one composite Spritesheet.

🌟 Results

  • Aggregated all necessary files to export individual spritesheets, now all individual components are available
  • Found that all layers need to be visible to make sure that files are properly exported

🌱 Next Time

  • Re-write / work on script that aggregates component images into the same spritesheet

📝 Notes

I found out that the reason the defender blocks weren't being exported was because they weren't visible in the original file. By making all layers visible before exporting, I was able to correctly process all of the images. I was also able to remove the unnecessary metadata outputs when running the export script.

I still have an issue where metadata and image data aren't being aligned properly. Instead of re-using old code, I may need to write something that actually makes these animations usable.


Notes created today

List FROM "" WHERE file.cday = date("2024-06-09") SORT file.ctime asc

Notes last touched today

List FROM "" WHERE file.mday = date("2024-06-09") SORT file.mtime asc

(Template referenced from Dann Berg, can be found here)


Previous Note 2024-06-07-Friday Next Note 2024-10-04-Friday