[−][src]Module rust_action_heroes::system::grid
This grid ain't free!
The only thing here is the GridSystem struct, so go read about that!
Structs
GridSystem | Grid System handles locking all entities to a grid. |
Constants
GRID_SIZE | Our sprites are 9x9 pixels, so our grid shift is 9. If we decide to have bigger sprites this would need to change! |