afonsolage / projekto

Voxel game made with Bevy Engine
MIT License
59 stars 4 forks source link

Implements artificial light #36

Closed afonsolage closed 2 years ago

afonsolage commented 2 years ago

Implements artificial light, like torchs and lamps using almost the same logic as natural light

Closes #33

afonsolage commented 2 years ago

I need to add more tests to see how natural and artificial lights interacts.

afonsolage commented 2 years ago

Added a failing tests when removing artificial light. Gonna fix it next.