Skip to content

Commit

Permalink
smale pagesize?
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuaKrause committed Jan 21, 2024
1 parent 52daafc commit fef3f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bubblesets.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ export class Line {
} // Line

export class Area {
static BLOCK_SIZE = 32;
static BLOCK_SIZE = 8;

constructor() {
/** @type {Rectangle | null} */
Expand Down

0 comments on commit fef3f26

Please sign in to comment.