More unit tests / Lighting improvements

This commit is contained in:
Anuken
2019-11-16 23:45:31 -05:00
parent 4d3e268972
commit 629999a1cd
9 changed files with 36 additions and 14 deletions
@@ -50,9 +50,9 @@ public class LightRenderer{
if(!enabled()) return;
add(() -> {
Draw.color(Color.orange, 0.5f);
Draw.color(Color.orange, 0.3f);
float stroke = 10f;
float stroke = 30f;
float rot = Mathf.angleExact(x2 - x, y2 - y);
TextureRegion ledge = Core.atlas.find("circle-end"), lmid = Core.atlas.find("circle-mid");