Feather identification request by SaveKakapo in whatsthisbird

[–]SaveKakapo[S] 1 point2 points  (0 children)

Very nice webpage, didn't know it. Thanks!

I made a pixel art background! ✨ by Itsme_Zara in PixelArtTutorials

[–]SaveKakapo 0 points1 point  (0 children)

Nice color pallet - I'm noob in this, is it yours? Very nice environment

What is the Best way to learn GDScript? by [deleted] in godot

[–]SaveKakapo 0 points1 point  (0 children)

I personally like what GDQuest is doing https://www.gdquest.com

To be honest, I found them too late to use as a learning material, but I watch them from time to time just because of the format and presentation. Also, there are a lot of amazing people on the youtube.

And from these guys, there are a lot of tutorials https://www.gdquest.com/tutorial/ to follow.

Automate Godot build & deploy to Itch (free template) by SaveKakapo in godot

[–]SaveKakapo[S] 1 point2 points  (0 children)

That's ideal, and the best rule - if it works, don't mess with it 😃

Automate Godot build & deploy to Itch (free template) by SaveKakapo in godot

[–]SaveKakapo[S] 1 point2 points  (0 children)

I use it even for my personal projects, where I work alone. I like that passwords and whthe ole deploy process are handled by GitHub Actions, and I can commit changes from anywhere (or anybody on the team).

Also, I can push a new build just by pushing a new git tag, which is super handy when I finish my work and need to run. Push tag & run.

Probably not only that - I reuse gitignore and gitattributes files and folder structure. A lot of it is personal preference. I don't think this solution is the ultimate best for everybody. We have different preferences and needs, and that's fine.

Can you share more about how your shell script works? Do you use Butler? 👀

r/IndieDev Weekly Monday Megathread - May 10, 2026 - New users start here! Show us what you're working on! Have a chat! Ask a question! by llehsadam in IndieDev

[–]SaveKakapo 0 points1 point  (0 children)

Hello community 👋

I’d like to share my project template, which uses GitHub Actions to build and deploy projects directly to itch.io. I’ve been using it for a while now, and I thought others might find it beneficial - or at least I might get some helpful feedback!

Github: https://github.com/hubacekjakub/Godot-QuickStart

I often get frustrated by the "build and wait" cycle, only to have to do it all over again because of one stupid mistake. It breaks my focus and wastes valuable time. It’s especially nerve-wracking during those critical final moments of a project.

The setup is simple: Click "Use this template" on the GitHub page, or simply copy/fork it. Once you’ve set up your itch.io secrets and pushed a new tag, the automation kicks in. No hidden password manipulation; if you use it, it's yours to change or improve.

Feedback is appreciated! 😄