Reordered floors

This commit is contained in:
Anuken
2025-07-21 02:29:10 -04:00
parent f0820572ce
commit f6745a6b80
8 changed files with 2 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 B

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 261 B

After

Width:  |  Height:  |  Size: 261 B

View File

@@ -62,7 +62,6 @@ public class Blocks{
metalFloor, metalFloorDamaged, metalFloor2, metalFloor3, metalFloor4, metalFloor5, basalt, magmarock, hotrock, snowWall, saltWall, metalFloor, metalFloorDamaged, metalFloor2, metalFloor3, metalFloor4, metalFloor5, basalt, magmarock, hotrock, snowWall, saltWall,
//old metal floors //old metal floors
darkPanel1, darkPanel2, darkPanel3, darkPanel4, darkPanel5, darkPanel6, darkMetal, darkPanel1, darkPanel2, darkPanel3, darkPanel4, darkPanel5, darkPanel6, darkMetal,
//new metal floors //new metal floors
cruxFloor1, cruxFloor2, cruxFloor3, cruxFloor4, cruxFloor5, cruxFloor6, cruxFloor7, cruxFloor8, cruxFloor9, cruxFloor10, cruxFloor11, cruxFloor12, cruxFloor1, cruxFloor2, cruxFloor3, cruxFloor4, cruxFloor5, cruxFloor6, cruxFloor7, cruxFloor8, cruxFloor9, cruxFloor10, cruxFloor11, cruxFloor12,
@@ -843,7 +842,6 @@ public class Blocks{
autotile = true; autotile = true;
drawEdgeOut = false; drawEdgeOut = false;
drawEdgeIn = false; drawEdgeIn = false;
autotileMidVariants = 2;
}}; }};
cruxFloor5 = new Floor("crux-floor-5"){{ cruxFloor5 = new Floor("crux-floor-5"){{
@@ -873,6 +871,7 @@ public class Blocks{
autotile = true; autotile = true;
drawEdgeOut = false; drawEdgeOut = false;
drawEdgeIn = false; drawEdgeIn = false;
autotileMidVariants = 2;
}}; }};
cruxFloor9 = new Floor("crux-floor-9"){{ cruxFloor9 = new Floor("crux-floor-9"){{