|
|
|
|
@@ -140,15 +140,12 @@ body{background:var(--bg);color:var(--text);font-family:'SF Mono','Cascadia Code
|
|
|
|
|
<button class="ops-btn" onclick="doOps('boost_knowledge')">Ops -> Knowledge</button>
|
|
|
|
|
<button class="ops-btn" onclick="doOps('boost_trust')">Ops -> Trust</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="action-btn-group" id="bulk-ops-row" style="display:none">
|
|
|
|
|
<button class="ops-btn" onclick="doOps('boost_code', 50)" style="border-color:#555;color:#888">50→Code</button>
|
|
|
|
|
<button class="ops-btn" onclick="doOps('boost_compute', 50)" style="border-color:#555;color:#888">50→Compute</button>
|
|
|
|
|
<button class="ops-btn" onclick="doOps('boost_knowledge', 50)" style="border-color:#555;color:#888">50→Knowledge</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="sprint-container" style="display:none;margin-top:6px">
|
|
|
|
|
<button id="sprint-btn" class="main-btn" onclick="activateSprint()" style="font-size:11px;padding:8px 10px;border-color:#ffd700;color:#ffd700;width:100%">⚡ CODE SPRINT — 10x Code for 10s</button>
|
|
|
|
|
<div id="sprint-bar-wrap" style="display:none;margin-top:4px;height:4px;background:#111;border-radius:2px;overflow:hidden"><div id="sprint-bar" style="height:100%;background:linear-gradient(90deg,#ffd700,#ff8c00);border-radius:2px;transition:width 0.1s"></div></div>
|
|
|
|
|
<div id="sprint-label" style="font-size:9px;color:#666;margin-top:2px;text-align:center"></div>
|
|
|
|
|
<button class="save-btn" onclick="exportSave()" title="Export save">Export</button>
|
|
|
|
|
<button class="save-btn" onclick="importSave()" title="Import save">Import</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="alignment-ui" style="display:none"></div>
|
|
|
|
|
<button class="save-btn" onclick="saveGame()">Save Game [Ctrl+S]</button>
|
|
|
|
|
@@ -180,7 +177,6 @@ Drift: <span id="st-drift">0</span><br>
|
|
|
|
|
Events Resolved: <span id="st-resolved">0</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="production-breakdown" style="display:none;margin-top:12px;padding-top:10px;border-top:1px solid var(--border)"></div>
|
|
|
|
|
<div id="fleet-status" style="display:none;margin-top:12px;padding-top:10px;border-top:1px solid var(--border)"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div id="edu-panel">
|
|
|
|
|
@@ -204,7 +200,6 @@ Events Resolved: <span id="st-resolved">0</span>
|
|
|
|
|
<div style="display:flex;justify-content:space-between"><span style="color:#555">Ops → Knowledge</span><span style="color:#b388ff;font-family:monospace">3</span></div>
|
|
|
|
|
<div style="display:flex;justify-content:space-between"><span style="color:#555">Ops → Trust</span><span style="color:#b388ff;font-family:monospace">4</span></div>
|
|
|
|
|
<div style="display:flex;justify-content:space-between"><span style="color:#555">Cycle Buy Amount (x1/x10/MAX)</span><span style="color:#4a9eff;font-family:monospace">B</span></div>
|
|
|
|
|
<div style="display:flex;justify-content:space-between"><span style="color:#555">Buy Building (by slot)</span><span style="color:#4a9eff;font-family:monospace">Alt+1..9</span></div>
|
|
|
|
|
<div style="display:flex;justify-content:space-between"><span style="color:#555">Save Game</span><span style="color:#4a9eff;font-family:monospace">Ctrl+S</span></div>
|
|
|
|
|
<div style="display:flex;justify-content:space-between"><span style="color:#555">Export Save</span><span style="color:#4a9eff;font-family:monospace">E</span></div>
|
|
|
|
|
<div style="display:flex;justify-content:space-between"><span style="color:#555">Import Save</span><span style="color:#4a9eff;font-family:monospace">I</span></div>
|
|
|
|
|
@@ -238,5 +233,15 @@ The light is on. The room is empty."
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="toast-container"></div>
|
|
|
|
|
<div id="hotkey-overlay" style="display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.85);z-index:9999;justify-content:center;align-items:center;flex-direction:column;color:#e0e0e0;font-family:monospace">
|
|
|
|
|
<h2 style="color:#00ff88;margin-bottom:20px">Keyboard Shortcuts</h2>
|
|
|
|
|
<div style="text-align:left;line-height:2">
|
|
|
|
|
<b>S</b> — Activate Sprint<br>
|
|
|
|
|
<b>B</b> — Cycle buy amount (1/10/MAX)<br>
|
|
|
|
|
<b>?</b> — Toggle this help<br>
|
|
|
|
|
<b>Esc</b> — Close overlay
|
|
|
|
|
</div>
|
|
|
|
|
<button onclick="toggleHotkeyHelp()" style="margin-top:20px;padding:8px 20px;background:#333;color:#00ff88;border:1px solid #00ff88;cursor:pointer">Close</button>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
</html>
|