How can i make my character move like in pokemon?

Im making a pokemon fangame and i caught a problem. Whenever i move, the character can stay in any pixel and not be aligned to the pixel grid. I tried to look for extensions but i found none that do what i want.How can i make a top-down movement that snap the characters to the pixel grid?

Can you get a pic/screenshot of how you are doing movement now, the answer is yes, but im curious how you are doing it now so we can work on it, and set it how you are looking for.

You may want to use this extension: Snap objects to a virtual grid [GDevelop wiki]

There’s a “GDevelop5_snap-object-to-grid.zip” example here: GDevelop Examples by GameTemplates

And perhaps this also helps: 4 Direction Walking