index
:
Games/tic-tac-tux
main
https://dweipert.itch.io/tictactux
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Enum.gd
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'Enum.gd')
-rw-r--r--
Enum.gd
2
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,
}