Fix style format
This commit is contained in:
@@ -314,12 +314,12 @@ public interface EasyGiantsFoundryConfig extends Config
|
||||
return true;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
@ConfigItem(
|
||||
keyName = "bonusActions",
|
||||
name = "Bonus Actions",
|
||||
description = "Toggle for Bonus actions text",
|
||||
position = 5,
|
||||
section = infoPanelList
|
||||
name = "Bonus Actions",
|
||||
description = "Toggle for Bonus actions text",
|
||||
position = 5,
|
||||
section = infoPanelList
|
||||
)
|
||||
default boolean drawBonusActions()
|
||||
{
|
||||
|
||||
@@ -194,7 +194,7 @@ public class EasyGiantsFoundryState
|
||||
public int getBonusActionsExpected()
|
||||
{
|
||||
if (getStages().size() >= 6)
|
||||
{
|
||||
{
|
||||
return 3;
|
||||
}
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ public class FoundryOverlay2D extends OverlayPanel
|
||||
this.setPosition(OverlayPosition.BOTTOM_LEFT);
|
||||
}
|
||||
|
||||
private Color getHeatColor(int actions, int heat)
|
||||
private Color getHeatColor(int actions, int heat)
|
||||
{
|
||||
if (heat >= actions)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user