Tutorials/Help in Godot

Share your creations!

Can some of y'all hand me some good 2d godot tutorials cause my next game will be coded in godot and i only know scratch code (also it's a fnaf fangame)

Loading...
https://youtu.be/Q-v-Hs2zooQ
https://youtu.be/Q-v-Hs2zooQ
https://youtu.be/Q-v-Hs2zooQ

So I'm using NavigationAgent2D for my enemies. From my understanding, it's good practice in Godot to make it so that your scenes can be tested by themselves. But without a navmesh, the agent is useless.

Is there a way to check if the agent is on a mesh?

Loading...

Conditional Turn Based Combat
Tutorial Available in Godot Engine
https://youtu.be/Envh07viSOY

https://youtu.be/Envh07viSOY
https://youtu.be/Envh07viSOY
https://youtu.be/Envh07viSOY
Loading...

Skill Indicator in #GodotEngine

Tutorial Available
https://youtu.be/-DFgu0-zkNI

https://youtu.be/-DFgu0-zkNI
https://youtu.be/-DFgu0-zkNI
https://youtu.be/-DFgu0-zkNI
Loading...

some UI animation

Tutorial Available
https://youtu.be/7RXm0-TSJMw

https://youtu.be/7RXm0-TSJMw
https://youtu.be/7RXm0-TSJMw
https://youtu.be/7RXm0-TSJMw

Oki I got the backend for the Twitch Overlay Outfit Switching done :3

I will explain exactly how it works in the Article owO

Note that I will not be going into how to set up any of the Initial Websocket stuff,,

Loading...

Cutscene in #GodotEngine

Tutorial Available
https://youtu.be/agrh6GEXgew

How to make Cutscene in Godot 4
Cutscene in Godot 4, with camera shake. - Timestamps -0:00 - Preview0:33 - Purpose of Cutscenes0:47 - Setting up background & characters1:58 - Exposition4:20...
https://www.youtube.com/watch?v=agrh6GEXgew

How i can jump player double jump

I just found out Godot doesn't seem to have any native way to display windows message boxes.

It DOES have one for alerts (the ones that only give "ok" as an option).

but I want multiple-choice, so I had to use powershell, I'll explain in Article :3