Wiki

Clone wiki

Love2D Light and Shadow Engine / love.light.newCircle

Object

love.light

Abstract

circle = love.light.newCircle(world, x, y, radius)

Arguments

  • World world
  • float x (default: 0)
  • float y (default: 0)
  • float radius (default: 200)

Return

Description

Create a new circle shadow object.

Updated