Add bonus action tracker

This commit is contained in:
geeckon
2024-02-10 23:44:37 +02:00
parent b08dab0192
commit 64d3c5c121
4 changed files with 48 additions and 1 deletions

View File

@@ -223,11 +223,22 @@ public interface EasyGiantsFoundryConfig extends Config {
return true;
}
@ConfigItem(
keyName = "bonusActions",
name = "Bonus Actions",
description = "Toggle for Bonus actions text",
position = 5,
section = infoPanelList
)
default boolean drawBonusActions() {
return true;
}
@ConfigItem(
keyName = "shopPoints",
name = "Reputation",
description = "Toggle for reputation text",
position = 5,
position = 6,
section = infoPanelList
)
default boolean drawShopPoints()