mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
640e8f0d2e
- Add mount(Data, archivename, mountpoint [, appendtopath]). 'archivename' must be a string that has not been used with mount before. - Add mount(FileData, mountpoint [, appendtopath]). The file path of the FileData is used as the archive name. - Add unmount(Data). - unmount(archivename) also works.