Slag light
This commit is contained in:
@@ -210,8 +210,9 @@ public class Blocks implements ContentList{
|
|||||||
cacheLayer = CacheLayer.slag;
|
cacheLayer = CacheLayer.slag;
|
||||||
attributes.set(Attribute.heat, 0.85f);
|
attributes.set(Attribute.heat, 0.85f);
|
||||||
|
|
||||||
lightRadius = 65f;
|
emitLight = true;
|
||||||
lightColor = Color.orange.cpy().a(0.4f);
|
lightRadius = 40f;
|
||||||
|
lightColor = Color.orange.cpy().a(0.38f);
|
||||||
}};
|
}};
|
||||||
|
|
||||||
stone = new Floor("stone");
|
stone = new Floor("stone");
|
||||||
|
|||||||
Reference in New Issue
Block a user