Modules file path in tic-80 #2078
spooneystone
started this conversation in
General
Replies: 1 comment 7 replies
-
Multiple files are not supported, your source must all live in a single large file. Alternatively you may want to look into bundlers: https://github.com/nesbox/TIC-80/wiki/tools#bundling |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am quite new to coding lua, so looking to get advice on this problem before i report it in issues.
When implementing a module i get this error
However, i have the lua files in the same directory, see here
Why is it rooted to that directory?
and can i change it?
If i place the test.lua in that directory, then it works as it should.
Any help or idea would be great.
Beta Was this translation helpful? Give feedback.
All reactions