### Problem I don't want to specify the script name when loading a file from it. I should be able to run `main.lua` instead of `core/main.lua`. ### Solution Implement a virtual filesystem for scripts. ### Additional context This is also necessary for #3. ### Duplicate - [x] I confirm that issue isn't a duplicate.
Problem
I don't want to specify the script name when loading a file from it.
I should be able to run
main.luainstead ofcore/main.lua.Solution
Implement a virtual filesystem for scripts.
Additional context
This is also necessary for #3.
Duplicate