Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

arena: make flipXZ the default hover mode

Switch from flipZ (mode 2) to flipBoth/XZ (mode 3) as the baseline for
hover tile raycast. Press F to cycle through other modes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
system/public/aesthetic.computer/disks/arena.mjs
··· 54 54 // what each bit flips. 55 55 // 0 = baseline 1 = flipX 56 56 // 2 = flipZ 3 = flip both 57 - let hoverFlipMode = 2; // current best guess: Z flipped per experiments 57 + let hoverFlipMode = 3; // flip both X and Z per recent experiments 58 58 59 59 // ⚡ Adaptive-quality flags driven by measured render FPS. Auto-toggle in 60 60 // paint() based on the rolling frame-time average. Pieces can override via the