๐Ÿš‘ Waaambulance Quest DashPick Solo Quest or Team Quest.
Score: 0Lives: 3Level: 1Distance: 0m
Waaambulance activated
(function () { const old = document.getElementById("ctw-new-index-clear-editor-fix"); if (old) old.remove(); const style = document.createElement("style"); style.id = "ctw-new-index-clear-editor-fix"; style.textContent = ` :root{ --ctwEditorPanelW:390px; --ctwEditorGap:10px; --ctwFrameCollapsed:42px; --ctwFrameOpen:120px; } body.editor-mode, body.ctw-layout-editor-open{ overflow:hidden !important; background:#101022 !important; } /* LEFT SIDE: clear game preview */ body.editor-mode #game, body.ctw-layout-editor-open #game{ position:fixed !important; left:var(--ctwEditorGap) !important; top:var(--ctwEditorGap) !important; width:calc(100vw - var(--ctwEditorPanelW) - 30px) !important; height:calc(100dvh - 20px) !important; border:4px solid #76C7D8 !important; border-radius:18px !important; overflow:hidden !important; box-shadow:0 18px 45px rgba(0,0,0,.45) !important; } /* RIGHT SIDE: editor panel */ body.editor-mode #settingsScreen, body.ctw-layout-editor-open #settingsScreen{ position:fixed !important; inset:0 !important; display:block !important; background:transparent !important; backdrop-filter:none !important; pointer-events:none !important; z-index:9998 !important; } body.editor-mode #settingsScreen::before, body.ctw-layout-editor-open #settingsScreen::before{ display:none !important; } body.editor-mode .settingsPanel, body.ctw-layout-editor-open .settingsPanel{ position:fixed !important; top:10px !important; right:10px !important; bottom:10px !important; left:auto !important; width:var(--ctwEditorPanelW) !important; min-width:var(--ctwEditorPanelW) !important; max-width:var(--ctwEditorPanelW) !important; height:auto !important; max-height:none !important; overflow-y:auto !important; padding:14px !important; z-index:9999 !important; pointer-events:auto !important; } /* Hide anything that blocks the preview while editing */ body.editor-mode .hud, body.editor-mode .instructions, body.editor-mode .teamBox, body.editor-mode .touch, body.editor-mode .helpBtn, body.ctw-layout-editor-open .hud, body.ctw-layout-editor-open .instructions, body.ctw-layout-editor-open .teamBox, body.ctw-layout-editor-open .touch, body.ctw-layout-editor-open .helpBtn{ display:none !important; } /* Bottom frame strip becomes a small pull-up tray */ body.editor-mode #spriteFrameBoard, body.ctw-layout-editor-open #spriteFrameBoard{ position:fixed !important; left:24px !important; right:calc(var(--ctwEditorPanelW) + 24px) !important; bottom:18px !important; max-height:var(--ctwFrameCollapsed) !important; padding:6px !important; overflow:hidden !important; border-radius:14px !important;