Go to file
Michael Mainguy db970ecc8a
Some checks failed
Build / build (push) Failing after 19s
Add settings screen with graphics quality and physics controls
Created dedicated settings route and screen for game configuration:
- Settings UI with quality level dropdowns for planets, asteroids, and sun
- Physics enable/disable toggle
- Save and reset to defaults functionality
- localStorage persistence with feedback messages

Added settings navigation:
- Blue settings link button in game view header
- Integrated with existing hash-based router
- Back navigation to main menu

Settings features:
- Four texture quality levels: WIREFRAME, SIMPLE_MATERIAL, FULL_TEXTURE, PBR_TEXTURE
- Physics toggle for performance optimization
- Quality level guide with explanations
- Persistent settings across sessions
- Visual feedback on save/reset actions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 09:11:56 -05:00
.github/workflows increased heap space. 2025-10-28 12:01:29 -05:00
public Add settings screen with graphics quality and physics controls 2025-10-30 09:11:56 -05:00
server Initial Commit 2025-02-15 11:19:24 -06:00
src Add settings screen with graphics quality and physics controls 2025-10-30 09:11:56 -05:00
.gitignore Initial Commit 2025-02-15 11:19:24 -06:00
CLAUDE.md Add JSON-based level editor with localStorage persistence 2025-10-29 08:24:55 -05:00
index.html Add settings screen with graphics quality and physics controls 2025-10-30 09:11:56 -05:00
package-lock.json Optimize WebXR performance and add procedural planet generation 2025-10-28 11:50:18 -05:00
package.json Add difficulty levels and upgrade BabylonJS 2025-10-17 09:05:18 -05:00
styles.css Add difficulty levels and upgrade BabylonJS 2025-10-17 09:05:18 -05:00
tsconfig.json Initial Commit 2025-02-15 11:19:24 -06:00
vite.config.ts Add difficulty levels and upgrade BabylonJS 2025-10-17 09:05:18 -05:00