Special border for challenge sectors (WIP)

This commit is contained in:
Anuken
2026-01-07 23:30:58 -05:00
parent a0e37f3f37
commit c23a0a1e62
10 changed files with 74 additions and 12 deletions
+2
View File
@@ -247,6 +247,8 @@ public class Block extends UnlockableContent implements Senseable{
public int unitCapModifier = 0;
/** Whether the block can be tapped and selected to configure. */
public boolean configurable;
/** Sound played when this block is configured. */
public Sound configureSound = Sounds.click;
/** If true, this block does not have pointConfig with a transform called on map resize. */
public boolean ignoreResizeConfig;
/** If true, this building can be selected like a unit when commanding. */
@@ -21,6 +21,7 @@ public class SwitchBlock extends Block{
update = true;
drawDisabled = false;
autoResetEnabled = false;
configureSound = Sounds.none;
group = BlockGroup.logic;
envEnabled = Env.any;