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:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user