Godot Help
If you are looking to ask a question about or need help with an issue using the Godot game engine. Please don't forget to mark the "Best Answer" if a solution is posted.
Latest engine news:
- B
Distorted sound while playing a walking sound during a walking animation
- cybereality replied
- I stumbled upon a weird issue when playing sound using AudioPlayer node in my root scene when trying to run it in the _process(delta) function in a script connected to an AnimatedSprite node. The soun...
- G
What is the "Correct" way to add static obstacles to a map for 3.5 Navigation2D?
- iakl replied
- So I am trying to dynamically add static navigation obstacles to an open map using script. This seems like it would be a super common thing to do but I can't seem to figure out a reasonable way to do ...
- I
'AnimatedSprite3D' does not contain a definition for 'flip_h' error
- cybereality replied
- I want to flip the animated sprite 3d horizontally whenever the player presses move left or right buttons. The error: C:\Users\Admin\Documents\Es-troidvania\Player.cs(29,11): 'AnimatedSprite3D' does n...