Skip to content

love.graphics_newQuad

oblerion edited this page Sep 15, 2022 · 1 revision

call

let q = love.graphics_newQuad(x, y, w, h);

parameter

  • x : position x of quad on image
  • y : position y of quad on image
  • w : width
  • h : height

return

quad object

what is do

object quad can use with love.graphics_draw() for draw part of image (titlesheet)

Clone this wiki locally