Godot Cat Images
With the recent release of the new godot asset store I was inspired to make an asset for it.
Godot Cat Images is a small plugin which adds a "Cat Images" tab to Godot.
It features a few cat memes which change every 30s. It also has a setting to change the cooldown and a button to go to the next image automatically.
Adding a new image is quite simple, as all you need to do is add a new png to the correct folder.
What did I learn?
During this project I learned a surprising amount, seeing as its the first plugin I had made in a while. I had forgotten most of how it worked from Godot Autofree. Luckily I could pretty easily regain this knowledge.
I learned how to add a new dock in all versions of Godot 4, as the plugin has a pre and post 4.5 version. Besides that, I also learned how to upload to the before mentioned new Asset store. (Even if ultimately rejected).
With this knowledge, I hope to be able to create actually useful plugins in the future!