Search found 2 matches
- Mon May 06, 2019 5:41 am
- Forum: Support and Development
- Topic: Is there a way of saving and loading files from anywhere?
- Replies: 13
- Views: 9839
Re: Is there a way of saving and loading files from anywhere?
Hey guys I need help! I'm trying to upload a png file with the name blocky.png. My love.exe file is in the C: drive and this is how I tried loading it. local heroman function love.load() heroman = love.graphics.newImage("C:\Users\Kazabite\Desktop\Engine\gfx\blocky.png") end where Kazabite ...
- Sun May 05, 2019 5:21 pm
- Forum: General
- Topic: a question about love.graphics.newImage( filename )
- Replies: 14
- Views: 15448
Re: a question about love.graphics.newImage( filename )
Guys I did the exact same thing as you guys spoke above. I want to load a png spritesheet through function love.load() heroman = love.graphics.newImage("C:\Users\TESLA\Desktop\Engine\blocky.png") where Engine is the file where love.exe is located and the whole thing is in the C: drive. Whe...