module GosuLighting::Circle

Public Instance Methods

draw_lit(source) click to toggle source
# File lib/gosu_lighting/circle.rb, line 3
def draw_lit source
  self.draw source.shadow_circle self
end