Search found 2 matches
- Tue Dec 31, 2024 9:40 pm
- Forum: Support and Development
- Topic: Loading other files
- Replies: 3
- Views: 622
Re: Loading other files
Okay, thank you.
- Tue Dec 31, 2024 7:53 pm
- Forum: Support and Development
- Topic: Loading other files
- Replies: 3
- Views: 622
Loading other files
So, I might just be stupid but I'm working on a project and for organization I made multiple lua files. On of them, load.lua contains a function called fontSetup() and a few other functions on main.lua I've got: function love.load() love.filesystem.load("load.lua") love.filesystem.load(&qu...