aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/textoverlays/TextOverlayStyle.java
diff options
context:
space:
mode:
authorBuildTools <james.jenour@protonmail.com>2021-01-21 02:41:02 +0800
committerBuildTools <james.jenour@protonmail.com>2021-01-21 02:41:02 +0800
commitca13cc0c881480a8d3f0d653eab937f336fd870e (patch)
tree56ac6b5386bd7f42d39600ce90664e53fa8378bc /src/main/java/io/github/moulberry/notenoughupdates/textoverlays/TextOverlayStyle.java
parent3255cfce951367c9303297205f64577ef1eac650 (diff)
downloadnotenoughupdates-ca13cc0c881480a8d3f0d653eab937f336fd870e.tar.gz
notenoughupdates-ca13cc0c881480a8d3f0d653eab937f336fd870e.tar.bz2
notenoughupdates-ca13cc0c881480a8d3f0d653eab937f336fd870e.zip
PRE8
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/textoverlays/TextOverlayStyle.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/textoverlays/TextOverlayStyle.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/textoverlays/TextOverlayStyle.java b/src/main/java/io/github/moulberry/notenoughupdates/textoverlays/TextOverlayStyle.java
new file mode 100644
index 00000000..7bd620b6
--- /dev/null
+++ b/src/main/java/io/github/moulberry/notenoughupdates/textoverlays/TextOverlayStyle.java
@@ -0,0 +1,10 @@
+package io.github.moulberry.notenoughupdates.textoverlays;
+
+public enum TextOverlayStyle {
+
+ BACKGROUND,
+ NO_SHADOW,
+ MC_SHADOW,
+ FULL_SHADOW
+
+}