added sys digger
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// ─── Game rules ──────────────────────────────────────────────────────────────
|
||||
const MAX_DOCKS = 8; // failed docks before game over
|
||||
const MAX_DOCKS = 6; // failed docks before game over
|
||||
const NUM_ANCHORS = 6; // anchor points around the central molecule
|
||||
const ANCHOR_RADIUS = 120; // px distance from center to anchor points
|
||||
const CLICK_RADIUS = 38; // px hit radius for clicking an anchor
|
||||
|
||||
Reference in New Issue
Block a user