Head Tilt Sensitivity Controls - #32
Open
Chris-Moller wants to merge 11 commits into
Open
Conversation
- Convert DIRECT_SENSITIVITY to mutable variable with getter/setter exports in physics.js - Add settings gear button and dark overlay panel with range slider (5-30, step 0.5) to index.html matching existing UI aesthetic - Wire slider events, localStorage persistence (teeter_sensitivity key), and real-time sensitivity updates in main.js - Display current value and descriptive label (Low/Medium/High) - Add Reset to Default button restoring sensitivity to 8.0 - Panel closes via close button, gear toggle, or backdrop click Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove unused getSensitivity() export from physics.js (dead code after simplifier removed the import) - Close settings panel when entering game over to prevent it from obscuring the game-over overlay Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Chris-Moller
force-pushed
the
agent/96bf8a1f-2794-4269-9da6-cce6cc0f7a8e
branch
from
March 25, 2026 21:10
2e25fd4 to
c5e390a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created implementation plan for head tilt sensitivity controls with settings slider UI, physics getter/setter, and localStorage persistence
Summary
Acceptance Criteria
🤖 Generated with Claude Code