https://www.mediafire.com/?ab7vc9cnciq5731Robin wrote:Could you upload a .love of your game?
Search found 2 matches
- Sun Apr 13, 2014 11:28 pm
- Forum: Support and Development
- Topic: [SOLVED]Error: ***** Does not exist
- Replies: 3
- Views: 2078
Re: Error: ***** Does not exist
- Sun Apr 13, 2014 10:24 pm
- Forum: Support and Development
- Topic: [SOLVED]Error: ***** Does not exist
- Replies: 3
- Views: 2078
[SOLVED]Error: ***** Does not exist
I am trying to set a image for a player but I always get an error. Everything is spelled correctly.
player.SpriteImage = love.graphics.newImage("assets/images/red.png")
ERROR:
bin/player.lua:8: Could not open file assets/images/red.png. Does not exist
player.SpriteImage = love.graphics.newImage("assets/images/red.png")
ERROR:
bin/player.lua:8: Could not open file assets/images/red.png. Does not exist