jgayfer / bevy_light_2d

General purpose 2D lighting for the Bevy game engine.
MIT License
128 stars 5 forks source link

Spot lights #14

Open jgayfer opened 1 month ago

jgayfer commented 1 month ago

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).