And yet another floor

This commit is contained in:
Anuken
2025-07-14 01:56:20 -04:00
parent 3a33c53e8f
commit 015f0bbc23
5 changed files with 14 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -607,3 +607,4 @@
63075=colored-floor|block-colored-floor-ui 63075=colored-floor|block-colored-floor-ui
63074=crux-floor-5|block-crux-floor-5-ui 63074=crux-floor-5|block-crux-floor-5-ui
63073=crux-floor-6|block-crux-floor-6-ui 63073=crux-floor-6|block-crux-floor-6-ui
63072=crux-floor-7|block-crux-floor-7-ui

View File

@@ -11,6 +11,7 @@ import mindustry.entities.effect.*;
import mindustry.entities.part.DrawPart.*; import mindustry.entities.part.DrawPart.*;
import mindustry.entities.part.*; import mindustry.entities.part.*;
import mindustry.entities.pattern.*; import mindustry.entities.pattern.*;
import mindustry.game.*;
import mindustry.gen.*; import mindustry.gen.*;
import mindustry.graphics.*; import mindustry.graphics.*;
import mindustry.type.*; import mindustry.type.*;
@@ -58,7 +59,7 @@ public class Blocks{
shaleBoulder, sandBoulder, daciteBoulder, boulder, snowBoulder, basaltBoulder, carbonBoulder, ferricBoulder, beryllicBoulder, yellowStoneBoulder, shaleBoulder, sandBoulder, daciteBoulder, boulder, snowBoulder, basaltBoulder, carbonBoulder, ferricBoulder, beryllicBoulder, yellowStoneBoulder,
arkyicBoulder, crystalCluster, vibrantCrystalCluster, crystalBlocks, crystalOrbs, crystallineBoulder, redIceBoulder, rhyoliteBoulder, redStoneBoulder, arkyicBoulder, crystalCluster, vibrantCrystalCluster, crystalBlocks, crystalOrbs, crystallineBoulder, redIceBoulder, rhyoliteBoulder, redStoneBoulder,
metalFloor, metalFloorDamaged, metalFloor2, metalFloor3, metalFloor4, metalFloor5, basalt, magmarock, hotrock, snowWall, saltWall, 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, pebbles, tendrils,
//ores //ores
@@ -811,16 +812,12 @@ public class Blocks{
cruxFloor1 = new Floor("crux-floor-1"){{ cruxFloor1 = new Floor("crux-floor-1"){{
autotile = true; autotile = true;
emitLight = true;
drawEdgeOut = false; drawEdgeOut = false;
drawEdgeIn = false; drawEdgeIn = false;
}}; }};
cruxFloor2 = new Floor("crux-floor-2"){{ cruxFloor2 = new Floor("crux-floor-2"){{
autotile = true; autotile = true;
//emitLight = true;
//lightRadius = 30f;
//lightColor = Team.crux.color.cpy().a(0.3f);
drawEdgeOut = false; drawEdgeOut = false;
drawEdgeIn = false; drawEdgeIn = false;
}}; }};
@@ -847,6 +844,16 @@ public class Blocks{
autotile = true; autotile = true;
drawEdgeOut = false; drawEdgeOut = false;
drawEdgeIn = 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"){{ coloredFloor = new ColoredFloor("colored-floor"){{

View File

@@ -26,4 +26,4 @@ org.gradle.caching=true
org.gradle.internal.http.socketTimeout=100000 org.gradle.internal.http.socketTimeout=100000
org.gradle.internal.http.connectionTimeout=100000 org.gradle.internal.http.connectionTimeout=100000
android.enableR8.fullMode=false android.enableR8.fullMode=false
archash=bd8d9520a4 archash=ae3b50eaca