Examples: Reduce size of some web examples

This commit is contained in:
SirLynix
2023-04-10 19:20:15 +02:00
parent 2c6191987f
commit 3df52dcfbe
5 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
target("DeferredShading")
add_deps("NazaraGraphics")
add_files("main.cpp")
if is_plat("wasm") then
add_ldflags("--preload-file assets/", { force = true })
end