The image loading code probably won't cope with loading JSON from outside the working directory #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To fix this, I need to use love's DroppedFile to get the path of that file, and then use that for loading images.
I should probably also make it standard practice to load images from a subdirectory for organizational purposes.