Add bonus action tracker
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user