Noah Petherbridge
35a89e5dbe
* In WASM build, user levels and doodads are written to localStorage using their userdir path as keys (".config/levels/test.level") * LoadFile() and WriteFile() for both Levels and Doodads interact with the localStorage for WASM build instead of filesystem for desktop. * userdir.ListLevels() and ListDoodads() for WASM scan the localStorage keys for file names. * userdir.ResolvePath() now works for WASM (previously was dummied out), checks for the file in localStorage. |
||
---|---|---|
.. | ||
actors.go | ||
base_test.go | ||
chunk_map.go | ||
chunk_test.go | ||
chunk.go | ||
chunker_test.go | ||
chunker.go | ||
filesystem.go | ||
fmt_binary.go | ||
fmt_json.go | ||
fmt_readwrite.go | ||
page_type.go | ||
palette.go | ||
swatch.go | ||
types.go |