Search found 1 match
- Wed Oct 30, 2019 7:16 pm
- Forum: Support and Development
- Topic: Gather files from another folder
- Replies: 1
- Views: 3888
Gather files from another folder
Hello, new around here and I just have one question. I have the folder structure like this to keep my files organized: root + src * player.lua + assets * img - panda.png + main.lua But I want to retrieve the 'panda.png' from player.lua like love.graphics.newImage('./../assets/img/panda.png') but tel...