summaryrefslogtreecommitdiff
path: root/Enum.gd
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2021-01-09 23:30:27 +0100
committerDaniel Weipert <code@drogueronin.de>2021-01-09 23:30:27 +0100
commit485cd463b22e12394cd232812e2c3789ef37ab1c (patch)
tree5c455ec9c80b59a9f71ba5827b9902f2beb6df88 /Enum.gd
parent7920e8758506cd46c58ea4889c9f4fb704abfd16 (diff)
Adds a bunch of characters and fixes things
Diffstat (limited to 'Enum.gd')
-rw-r--r--Enum.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Enum.gd b/Enum.gd
index 8043f71..c333226 100644
--- a/Enum.gd
+++ b/Enum.gd
@@ -7,5 +7,5 @@ const DIRECTION = {
}
enum PLAYER {
- FIRST, SECOND,
+ FIRST, SECOND, THIRD,
}