Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

hud: hitbox debug overlay default off (keep fill style for future toggling)

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

+2 -3
+2 -3
system/public/aesthetic.computer/lib/disk.mjs
··· 15214 15214 ), 15215 15215 }; 15216 15216 15217 - // DEBUG: Add hitbox visualization overlay 15218 - // TEMP: default-on fill visualization to inspect tap area height. Toggle off via `toggleHudHitboxDebug()`. 15219 - if (globalThis.debugHudHitbox !== false && currentHUDButton) { 15217 + // DEBUG: Add hitbox visualization overlay — toggle via `toggleHudHitboxDebug()`. 15218 + if (globalThis.debugHudHitbox && currentHUDButton) { 15220 15219 const hitboxWidth = currentHUDButton.box.w; 15221 15220 const hitboxHeight = currentHUDButton.box.h; 15222 15221