hide: disable puzzle mode from editor without removing code

Comment out initPuzzleUI() call and remove puzzle_door from
interaction type dropdown — all puzzle code remains intact for
future re-enablement.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jose Luis
2026-03-20 17:45:19 +01:00
parent e7b18afd1a
commit 6ba3fa457a
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ document.addEventListener('DOMContentLoaded', () => {
() => {
initRenderer();
initEvents();
initPuzzleUI();
// initPuzzleUI(); // HIDDEN: puzzle mode disabled for now
if (loadFromStorage()) {
updateComponentButtons();
evaluateAll();