aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/leonardobishop
diff options
context:
space:
mode:
authornivcoo <36514752+nivcoo@users.noreply.github.com>2020-03-01 17:38:03 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2020-04-23 00:59:36 +0100
commitb73eae69839f882df81fec1754998be576188b4b (patch)
tree66dbc97b980bfb0902da3d2b84d1f04c8e4621f0 /src/main/java/com/leonardobishop
parent61783485b57b3171b67dd6db921c8b042a3346a1 (diff)
improv. add bacground config
Diffstat (limited to 'src/main/java/com/leonardobishop')
-rw-r--r--src/main/java/com/leonardobishop/quests/obj/Items.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/com/leonardobishop/quests/obj/Items.java b/src/main/java/com/leonardobishop/quests/obj/Items.java
index 43647515..aa1aaa06 100644
--- a/src/main/java/com/leonardobishop/quests/obj/Items.java
+++ b/src/main/java/com/leonardobishop/quests/obj/Items.java
@@ -14,7 +14,8 @@ public enum Items {
PAGE_NEXT("gui.page-next"),
PAGE_DESCRIPTION("gui.page-desc"),
QUEST_CANCEL_YES("gui.quest-cancel-yes"),
- QUEST_CANCEL_NO("gui.quest-cancel-no");
+ QUEST_CANCEL_NO("gui.quest-cancel-no"),
+ QUEST_CANCEL_BORDER("gui.quest-cancel-background");
private final String path;