View all by Ales
Ales
Follow Ales
Follow
Following Ales
Following
Add To Collection
Collection
Community
Devlog
STATIC
←
Return to STATIC
Devlog
Static v0.1.8a
May 25, 2026
by
Ales
Now the player can move around the screen normally: camera uses a deadzone follow (not hard lock) character is clamped onscreen so it can’t leave view character/UI are still smaller...
Continue reading
Static v0.1.7a
May 25, 2026
by
Ales
Character is much smaller now ( scale and maxHeight reduced in game.js). UI/HUD/menu text and button sizing are reduced in style.css. Camera now follows the character in gameplay, and the character st...
Continue reading
Static v0.1.6a
May 25, 2026
by
Ales
Updated index.html to load game.js?v=ui8 (forces fresh JS, no stale ui7 ). Updated game.js to use canonical URLs via new URL(..., document.baseURI) for assets. Built a zip with normalized forward-slas...
Continue reading
Static v0.1.5a
May 25, 2026
by
Ales
In game.js, asset loading now uses: new URL("assets/...", document.baseURI).href one canonical path per file (no whitespace-game/... fallback guesses) This removes the bad multi-path behavior that was...
Continue reading
Static v0.1.4a
May 25, 2026
by
Ales
Added a one-time intro failure guard in game.js. Updated ensureIntroAssets() to return true/false and catch load errors once. If intro assets fail, the game now cleanly skips intro and enters gameplay...
Continue reading
Static v0.1.3a
May 25, 2026
by
Ales
#bugs
Set menu background rendering to: background-size: contain centered no-repeat light gray fallback fill...
Continue reading
Static v0.1.2a
May 25, 2026
by
Ales
#Bugs
Embedded the main menu background image directly into game.js as a Base64 data:image/png string. Updated runtime background loader to use only that embedded data URI. Removed CSS file-based menu backg...
Continue reading
Static v0.1.1a
May 25, 2026
by
Ales
#Bugs
Added a new background file name: assets/static_bg.png Updated menu CSS to use assets/static_bg.png by default. Updated JS fallback loader to try static_bg.png paths first, then old paths. Bumped cach...
Continue reading
Static v0.1
May 25, 2026
by
Ales
#Bugs
Added runtime menu-background loader in game.js that tries: assets/menu-background.png ./assets/menu-background.png whitespace-game/assets/menu-background.png ./whitespace-game/assets/menu-background...
Continue reading