5 Commits

Author SHA1 Message Date
mai 3376c3e333 fix: mobile entry click and add fullscreen button
- Delay virtual controls creation until after game starts (ctrl overlay
  was intercepting title screen touches)
- Add touchstart handler on game container for mobile entry
- Add fullscreen button overlay in top-right corner
- Hide title text after game starts
2026-07-04 08:36:15 +08:00
mai dfb738f406 feat: add mobile virtual touch controls
- document.js: add is_touch detection and virtual button CSS
- input.js: create virtual D-pad + action buttons + touch drag camera
- main.js: skip Pointer Lock on touch devices
2026-07-04 08:23:39 +08:00
Dominic Szablewski cfcff07c58 Make sfx_pickup a local var instead of an uncompressible global :/ 2021-09-27 17:45:33 +02:00
Dominic Szablewski 4a24fcc2fa Remove obsolete setTimeout wrapper 2021-09-14 22:21:37 +02:00
Dominic Szablewski a844ba46f8 Initial 2021-09-13 10:09:54 +02:00