Search found 3 matches

by egordorichev
Sat May 20, 2017 12:39 pm
Forum: General
Topic: Lighting and blend modes
Replies: 1
Views: 2879

Re: Lighting and blend modes

If any one can give me a hint, how to make an color overlay, with holes in it (from lights), that would help me much.
by egordorichev
Fri May 19, 2017 7:22 am
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1008067

Re: Avatars: OBEY!

I'm in.
by egordorichev
Wed May 17, 2017 12:02 pm
Forum: General
Topic: Lighting and blend modes
Replies: 1
Views: 2879

Lighting and blend modes

Hello! I'm trying to implement lighting in my love project. I've found this solution: https://love2d.org/forums/viewtopic.php?t=83106#p205645 (second post in the thread): local objects = {} local lights = {} love.graphics.setDefaultFilter("nearest", "nearest") local images = { lo...