mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-11 18:39:16 +07:00
Slag light
This commit is contained in:
parent
c89d6f6b74
commit
5523ea4752
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user