mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Slag light
This commit is contained in:
parent
c89d6f6b74
commit
5523ea4752
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue