Web build script and updates to web source.

Added Karl Zylinski web build script.
Updated template for better width.
Removed resizing function.
This commit is contained in:
2026-06-28 06:57:48 +02:00
parent d43ec53d8d
commit 5edae5d2d8
3 changed files with 44 additions and 7 deletions
-2
View File
@@ -63,6 +63,4 @@ main_end :: proc "c" () {
@export
web_window_size_changed :: proc "c" (w: c.int, h: c.int) {
context = web_context
// TODO
game.parent_window_size_changed(int(w), int(h))
}