we ball I guess

This commit is contained in:
2026-06-07 19:51:54 -05:00
parent f8c9d33df2
commit 51388c90d5
42 changed files with 2233 additions and 30 deletions
+2 -3
View File
@@ -11,9 +11,8 @@
* Modules are cached after their first load. Subsequent calls with the same
* resolved path return the cached exports without re-executing the file.
*
* Path rules: `"./foo"` / `"../foo"` resolve relative to the calling script's
* directory; any other string resolves from the archive root. `.js` is
* appended automatically when missing.
* Path rules: the string is passed verbatim to the asset loader and resolved
* from the archive root. The `.js` extension must be included explicitly.
*
* @example
* const NPC = require('./entities/NPC');