2024-04-09-Tuesday
created: 2024-04-09 06:19 tags: - daily-notes
Tuesday, April 09, 2024
<< Timestamps/2024/04-April/2024-04-08-Monday|Yesterday | Timestamps/2024/04-April/2024-04-10-Wednesday|Tomorrow >>
🎯 Goal
- [x] Continue writing Mini Martial Artists - Part 2, start developing some of the charts / images.
🌟 Results
- Compiled and re-colored image assets I can use for demo fighters
- Consolidated metadata associated with these image assets
- Established a framework for animating these spritesheets using Javascript
🌱 Next Time
- Figure out why the takedown animations aren't working (even though others are working just fine).
📝 Notes
Today I want to consolidate the images / assets required to display the actions that my mini martial artists can take. Specifically, I want to organize the spritesheets and metadata I'll need.
I was able to collect the files and code (which I transferred to img_processing.ipynb
) I would need into the same folder. Then, I found this video which taught me how to use the existing metadata as well as my spritesheets to animate in Javascript. This will be a more useful method than creating individual gifs, because I want the user to be able to interact with the little fighters and I want buttons to trigger certain animations.
Notes created today
List FROM "" WHERE file.cday = date("2024-04-09") SORT file.ctime asc
Notes last touched today
List FROM "" WHERE file.mday = date("2024-04-09") SORT file.mtime asc