From c99c3949ca61706b69bdb537c1c6b48328b90225 Mon Sep 17 00:00:00 2001 From: NorthSeaEmpire Date: Mon, 20 Jan 2025 23:24:58 +0000 Subject: [PATCH] Add Godot Resources --- Godot-Resources.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Godot-Resources.md diff --git a/Godot-Resources.md b/Godot-Resources.md new file mode 100644 index 0000000..df71509 --- /dev/null +++ b/Godot-Resources.md @@ -0,0 +1,22 @@ +# Godot Stuff + +## Assets + +- Shaders: [https://godotshaders.com/](https://godotshaders.com/) +- Art: [https://kenney.nl/](https://kenney.nl/) - [https://ambientcg.com/](https://ambientcg.com/) - [https://kaylousberg.com/game-assets](https://kaylousberg.com/game-assets) - [https://itch.io/game-assets](https://itch.io/game-assets) - [https://opengameart.org/](https://opengameart.org/) +- Audio: [https://freepd.com/scoring.php](https://freepd.com/scoring.php) - [https://freesound.org/](https://freesound.org/) - [https://incompetech.com/music/royalty-free/music.html](https://incompetech.com/music/royalty-free/music.html) + +## Learning Resources + +### Free + +- [https://youtu.be/zUeLesdL7lE?si=DC45lt0qXI\_WpCjq](https://youtu.be/zUeLesdL7lE?si=DC45lt0qXI_WpCjq) - Godot 4 space shooter tutorial by the same guy that does the lessons in the first paid link below +- [https://youtu.be/M8-JVjtJlIQ?si=o9YqEAlxFHtttbgo](https://youtu.be/M8-JVjtJlIQ?si=o9YqEAlxFHtttbgo) - Same guy, another tutorial (a little older but still Godot 4) +- [https://github.com/GDquest](https://github.com/GDquest) - Github for the gdquest stuff - not everything they do is open source, but a lot of their stuff and examples are here (just without the videos which you would pay for below at [gdquest.com](http://gdquest.com/)) + +### Paid (worth it) + +- [https://www.heartgamedev.com/store](https://www.heartgamedev.com/store) - Video tutorials (these are the ones that taught me basically everything I know about Godot - they are worth the price) +- [https://simondev.teachable.com/](https://simondev.teachable.com/) - Shaders and math (generic, non-Godot) +- [https://jettelly.com/store/the-godot-shaders-bible](https://jettelly.com/store/the-godot-shaders-bible) - Shaders (Godot Specific - this is a pre-order...not sure on quality but I pre-ordered) +- [https://www.gdquest.com/](https://www.gdquest.com/) - Tons of amazing tutorials \ No newline at end of file