Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Thank you for the feedbacks! Very appreciated indeed!

This is my first attempt at using Godot (or any other game engine anyway). From my previous experiments, I was used to a full-coding approach with MonoGame. So, most probably I didn't leverage all the functionalities coming from the engine.

As to the sprite movements: behind the scenes, the x coordinate is moved from a cell to another with a time based increment. On that coordinate, I've applied an "ease out back" function by using this Easing Functions Cheat Sheet. Hope this helps :)

Thanks for sharing this. Your technique makes sense and that site seems promising too. I'll definitely use it in my future projects. 🤘🏻