-

Pre loading composite sprites
In today’s article, I’ll show how you can pre load your sprites! This will be very important for the next step of our game development journey! 😄 What is Preload? Preload will tell Godot to load the resources (sprites, audios, etc) before the scene is loaded, so when the loading finishes, everything will be already Read more
-

Animated Sprite 2D
This article introduces creating an animated coin collectible using the AnimatedSprite2D node in a game. It covers the folder structure, setting up the coin scene, adding an AnimatedSprite2D, and importing the coin sprite sheet. The tutorial concludes by emphasizing the power of this tool in game development. Read more


