jgayfer / bevy_light_2d

General purpose 2D lighting for the Bevy game engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spot lights

jgayfer opened this issue · comments

Spot lights are very similar to point lights. The only difference is that the light is only emitted at certain angles (think of a true top down game where a player is holding a flash light).