Slag light

This commit is contained in:
Anuken 2020-09-28 19:37:18 -04:00
parent c89d6f6b74
commit 5523ea4752

View File

@ -210,8 +210,9 @@ public class Blocks implements ContentList{
cacheLayer = CacheLayer.slag;
attributes.set(Attribute.heat, 0.85f);
lightRadius = 65f;
lightColor = Color.orange.cpy().a(0.4f);
emitLight = true;
lightRadius = 40f;
lightColor = Color.orange.cpy().a(0.38f);
}};
stone = new Floor("stone");