How to rotate a sprite in Godot

In this tutorial, we will see how to rotate a sprite on its own axis using code and animation Select the sprite you want to rotate. Go to inspector and create a new script. Add the code below to the script. Save the script and play the game. You can do the same thing by … Read more

How to Animate in Godot

In this tutorial, we will see how to create a simple animation in Godot. I am using Godot version 3.4.2 for this tutorial. We will be animating the Godot logo and make it fade out as it moves using animation. Step1: Create a new 2D scene in Godot Step2: Add Godot icon to the scene … Read more