Search found 1 match

by harshit
Thu May 29, 2014 9:36 am
Forum: General
Topic: 'No game' error?
Replies: 5
Views: 4164

Re: 'No game' error?

function love.draw()
love.graphics.rectangle("fill". player.x, player.y, 30, 30)
end
it has a syntax error. You've used a dot after fill. use a comma.