This commit is contained in:
RandomityGuy 2024-08-02 01:19:48 +05:30
parent b6032a4b64
commit aedffdc2c3
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ class Grid {
public var cellSize:Vector; // The dimensions of one cell
static var CELL_SIZE = 24;
static var CELL_SIZE = 16;
public var CELL_DIV = new Vector(CELL_SIZE, CELL_SIZE); // split the bounds into cells of dimensions 1/16th of the corresponding dimensions of the bounds

View file

@ -21,7 +21,7 @@ class GridBroadphase {
public var cellSize:Vector; // The dimensions of one cell
static var CELL_SIZE = 24;
static var CELL_SIZE = 16;
public var CELL_DIV = new Vector(CELL_SIZE, CELL_SIZE); // split the bounds into cells of dimensions 1/16th of the corresponding dimensions of the bounds