Experiment with resource loading (in the form of a config file).

Change compile time checks from "if" to "when", for proper type definitions.
This commit is contained in:
Mahlon E. Smith 2025-08-20 10:40:16 -07:00
parent b891520ff9
commit 0d70fefc8b
Signed by: mahlon
SSH key fingerprint: SHA256:dP84sRGKZRpOOiPD/+GuOq+SHSxEw9qi5BWLQobaHm0
4 changed files with 29 additions and 10 deletions

View file

@ -7,5 +7,6 @@ References:
- https://github.com/planetis-m/naylib
May need to add `/usr/lib/emscripten` to your path, and hard link `emar.py` to
`emar`.
If on arch, may need to add `/usr/lib/emscripten` to your path, and hard link
`emar.py` to `emar`, along with `tools/file_packager.py` to
`tools/file_packager` for some reason.