Grid Movement

Grid Movement in FlatRedBall2. Use when implementing tile-by-tile (grid-snapped) movement where one key press = one tile step, input is locked during the movement animation, and the player cannot move into blocked tiles. Trigger on any dungeon-crawler, Pokémon-style, roguelike, or puzzle game with discrete grid movement. Do NOT trigger for analog/free top-down movement — use the top-down-movement skill for that.

vchelaru 8fc3819 3.9 KB Updated

File contents

vchelaru/flatredball2/tree/main/frb-skills/grid-movement commit 8fc3819b35

Frequently asked questions

npx skillmds@latest add vchelaru/grid-movement