Browsing Tag
godot
8 posts
How Games Maintain Consistent Speed Across Different Devices
Our game wants to rotate something at 3 radians/second on every device. Let’s see how this works at…
Why You Should Use Godot Over Unity
Game development is a thrilling adventure, but choosing the right game engine can make or break your project.…
[ALPHA 0.1] Chat System Work
(DISCLAIMER: all of what you will find in this post of the ALPHA 0.1 was made in Godot…
Player camera
Hello everyone! In today’s article, I’m going to show you two ways you can make a camera follow…
Make your player roll and animations!
In today’s article, I’m going to show you how to make your player roll, manage states and basics…
Player Character – First steps (literally)
Today I’m going to show you how to make your player take its first steps! To achieve this,…
Creating your first scene
In this article, I’m going to talk about how to create a scene in Godot! For this, we’re…
Loop audio Godot
In this article, I’m going to show you one way to loop music in Godot! But first, we…