summaryrefslogtreecommitdiff
path: root/Enum.gd
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2023-12-28 08:48:41 +0100
committerDaniel Weipert <git@mail.dweipert.de>2023-12-28 08:48:41 +0100
commit2a9cbb1fa0268c3be828c0d872180282704abb61 (patch)
tree4d2a9f805af004a7b960e7918b5d34ddfed7f2c8 /Enum.gd
parent2a5d745c68f11131fb1b27ec42a30ecd6dc5da1d (diff)
show other player puppetsv2.2.0
Diffstat (limited to 'Enum.gd')
-rw-r--r--Enum.gd4
1 files changed, 0 insertions, 4 deletions
diff --git a/Enum.gd b/Enum.gd
index 8fdff6f..c59c707 100644
--- a/Enum.gd
+++ b/Enum.gd
@@ -6,10 +6,6 @@ const DIRECTION = {
RIGHT = 1,
}
-enum PLAYER {
- FIRST, SECOND, THIRD,
-}
-
enum ACTIONS {
DIRECTION_LEFT, DIRECTION_RIGHT,
JUMP,