2024-06-07-Friday
Created June 7, 2024, 1:29 p.m.
Modified June 7, 2024, 2:55 p.m.
created: 2024-06-07 06:29 tags: - daily-notes
Friday, June 07, 2024
<< Timestamps/2024/06-June/2024-06-06-Thursday|Yesterday | Timestamps/2024/06-June/2024-06-08-Saturday|Tomorrow >>
🎯 Goal
- [ ] Alter the
export_spritesheets.sh
bash script to export the working aesprite files into one composite spritesheet.
🌟 Results
- Created new animations that will be much easier to integrate into composite animations in a spritesheet
- Updated
export_spritesheets.sh
Bash script to use a few additional parameters that help me specify the output files of the component metadata and images
🌱 Next Time
- Fix error in export code
- Fix export code so that if there isn't an aggressor position it doesn't output the full file
📝 Notes
I re-structured the files in my Mini Martial Artists - Part 2 blog post, but eventually decided to re-work some of the Pixel Art in the Spritesheets to make the animations much easier to work with. Specifically, I created
- start_distance_no_action
,
- td_attack_distance_success_ground_end
, and
- td_attack_distance_failure_clinch_end
Each of these animations is based on previous work (so not too much heavy lifting creatively here), but they all fit nicely into the takedown animation.
Notes created today
List FROM "" WHERE file.cday = date("2024-06-07") SORT file.ctime asc
Notes last touched today
List FROM "" WHERE file.mday = date("2024-06-07") SORT file.mtime asc