diff --git a/pacman.html b/pacman.html index 7d6530e..b6ea5e5 100644 --- a/pacman.html +++ b/pacman.html @@ -23,6 +23,7 @@ .dpad-center { width: 50px; height: 50px; top: 50px; left: 50px; background: rgba(255, 255, 0, 0.1); } .mobile-space-btn { position: fixed; bottom: 180px; left: 50%; transform: translateX(-50%); background: rgba(0, 255, 255, 0.3); border: 2px solid #0ff; border-radius: 10px; color: #0ff; font-size: 16px; font-weight: bold; padding: 10px 20px; cursor: pointer; user-select: none; -webkit-user-select: none; z-index: 1000; } .mobile-space-btn:active { background: rgba(0, 255, 255, 0.6); } + .debug-info { position: fixed; top: 10px; right: 10px; background: rgba(0, 0, 0, 0.8); color: #0ff; font-size: 12px; padding: 5px; border: 1px solid #0ff; z-index: 1001; } @media (max-width: 768px) { body { padding: 10px; } #gameCanvas { max-width: 100%; height: auto; } @@ -63,6 +64,13 @@ + + +
+
Mobile: No
+
State: START
+
Controls: Hidden
+