Search found 21 matches

by chrism
Thu May 26, 2011 8:22 pm
Forum: Support and Development
Topic: Incorrect parameter type: expected Drawable
Replies: 6
Views: 2607

Incorrect parameter type: expected Drawable

What is wrong with this code? I get an error "main.lua:6: Incorrect parameter type: expected Drawable". This is literally all that is in my main.lua. tilesetImage = love.graphics.newImage("SPR8440.png") tileSize = 32 tileQuads = love.graphics.newQuad(0 * tileSize, 0 * tileSize, t...