[−][src]Constant rust_action_heroes::system::grid::GRID_SIZE
pub const GRID_SIZE: i16 = 9;
Our sprites are 9x9 pixels, so our grid shift is 9. If we decide to have bigger sprites this would need to change!
pub const GRID_SIZE: i16 = 9;
Our sprites are 9x9 pixels, so our grid shift is 9. If we decide to have bigger sprites this would need to change!