And yet another floor
This commit is contained in:
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
@@ -607,3 +607,4 @@
|
||||
63075=colored-floor|block-colored-floor-ui
|
||||
63074=crux-floor-5|block-crux-floor-5-ui
|
||||
63073=crux-floor-6|block-crux-floor-6-ui
|
||||
63072=crux-floor-7|block-crux-floor-7-ui
|
||||
|
||||
@@ -11,6 +11,7 @@ import mindustry.entities.effect.*;
|
||||
import mindustry.entities.part.DrawPart.*;
|
||||
import mindustry.entities.part.*;
|
||||
import mindustry.entities.pattern.*;
|
||||
import mindustry.game.*;
|
||||
import mindustry.gen.*;
|
||||
import mindustry.graphics.*;
|
||||
import mindustry.type.*;
|
||||
@@ -58,7 +59,7 @@ public class Blocks{
|
||||
shaleBoulder, sandBoulder, daciteBoulder, boulder, snowBoulder, basaltBoulder, carbonBoulder, ferricBoulder, beryllicBoulder, yellowStoneBoulder,
|
||||
arkyicBoulder, crystalCluster, vibrantCrystalCluster, crystalBlocks, crystalOrbs, crystallineBoulder, redIceBoulder, rhyoliteBoulder, redStoneBoulder,
|
||||
metalFloor, metalFloorDamaged, metalFloor2, metalFloor3, metalFloor4, metalFloor5, basalt, magmarock, hotrock, snowWall, saltWall,
|
||||
darkPanel1, darkPanel2, darkPanel3, darkPanel4, darkPanel5, darkPanel6, darkMetal, cruxFloor1, cruxFloor2, cruxFloor3, cruxFloor4, cruxFloor5, cruxFloor6, coloredFloor,
|
||||
darkPanel1, darkPanel2, darkPanel3, darkPanel4, darkPanel5, darkPanel6, darkMetal, cruxFloor1, cruxFloor2, cruxFloor3, cruxFloor4, cruxFloor5, cruxFloor6, cruxFloor7, coloredFloor,
|
||||
pebbles, tendrils,
|
||||
|
||||
//ores
|
||||
@@ -811,16 +812,12 @@ public class Blocks{
|
||||
|
||||
cruxFloor1 = new Floor("crux-floor-1"){{
|
||||
autotile = true;
|
||||
emitLight = true;
|
||||
drawEdgeOut = false;
|
||||
drawEdgeIn = false;
|
||||
}};
|
||||
|
||||
cruxFloor2 = new Floor("crux-floor-2"){{
|
||||
autotile = true;
|
||||
//emitLight = true;
|
||||
//lightRadius = 30f;
|
||||
//lightColor = Team.crux.color.cpy().a(0.3f);
|
||||
drawEdgeOut = false;
|
||||
drawEdgeIn = false;
|
||||
}};
|
||||
@@ -847,6 +844,16 @@ public class Blocks{
|
||||
autotile = true;
|
||||
drawEdgeOut = false;
|
||||
drawEdgeIn = false;
|
||||
|
||||
emitLight = true;
|
||||
lightRadius = 30f;
|
||||
lightColor = Team.crux.color.cpy().a(0.3f);
|
||||
}};
|
||||
|
||||
cruxFloor7 = new Floor("crux-floor-7"){{
|
||||
autotile = true;
|
||||
drawEdgeOut = false;
|
||||
drawEdgeIn = false;
|
||||
}};
|
||||
|
||||
coloredFloor = new ColoredFloor("colored-floor"){{
|
||||
|
||||
Reference in New Issue
Block a user