fp: Add note about hot-reloading
This commit is contained in:
parent
2555ecc690
commit
7f69d03981
@ -30,6 +30,11 @@ which bootstraps the build program and automatically calls the meta-build
|
||||
program. With fast computers nowadays our default is to build all targets by
|
||||
default (except web due to extra toolchain requirements).
|
||||
|
||||
The game supports hot-reloading by storing the game code in the DLL. 2 variants
|
||||
of the build are published, the DLL and non-DLL version. The DLL version can be
|
||||
rebuilt whilst running to hot-reload game code whereas the non-DLL variant bakes
|
||||
the entire game into one executable.
|
||||
|
||||
### Web
|
||||
|
||||
A web ready version using WASM can be built by passing `--web` to the meta build
|
||||
|
Loading…
Reference in New Issue
Block a user