Posted September 15, 2026 by devgb
Version 1.36 is now available.
This update focuses heavily on desktop browser compatibility, HUD stability, responsive layouts, and general interface cleanup, while keeping the existing smartphone experience intact.
After testing the game in desktop browsers such as Microsoft Edge, several layout issues became apparent—especially at larger resolutions and in itch.io fullscreen mode. Some HUD elements were overlapping, the radar/map area could disappear, and certain controls competed for the same screen space.
Version 1.36 addresses these problems at the layout-system level rather than simply moving individual elements around.
A viewport-related runtime error could occasionally appear:
Cannot read properties of undefined (reading 'toUpperCase')
This was caused by the responsive layout system referencing an incorrect viewport property.
The issue has been corrected, and additional safeguards have been added around:
These systems are now isolated more safely so that a layout problem should not interrupt the game itself.
The goal of this update was not to improve desktop support at the expense of mobile players.
The smartphone interface continues to use its dedicated layout, including:
Desktop-specific adjustments are now applied independently, making future optimization considerably safer.