a21f01c02d64bbfb4f09211e9c07da1aea2ccd44
Build TDK Pinball / build (macos-latest) (push) Canceled after 0s
Build TDK Pinball / build (ubuntu-latest) (push) Canceled after 0s
Build TDK Pinball / build (windows-latest) (push) Canceled after 0s
The browser shell previously sized the canvas to the full viewport, causing Macroquad to scale the 640x460 game presentation as the website changed size. Keep the canvas at the original 640x460 CSS-pixel dimensions and center it on a black page instead. A minimum page size and scrolling preserve access to the fixed canvas on viewports smaller than the original presentation. Test Plan: - `just web-build` -- passed - `git diff --check` -- passed - Browser smoke test -- canvas measured 640x460 and was centered at (320,130) in a 1280x720 viewport; the rendered game remained at the intended fixed presentation size with no runtime errors
Description
No description provided
22 MiB
Languages
C
73.8%
Rust
13.9%
C++
5.1%
Python
4.1%
Shell
1.4%
Other
1.6%