aboutsummaryrefslogtreecommitdiff
path: root/scripts/globals.gd
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/globals.gd')
-rw-r--r--scripts/globals.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/globals.gd b/scripts/globals.gd
index dc30b38..17318f7 100644
--- a/scripts/globals.gd
+++ b/scripts/globals.gd
@@ -11,7 +11,6 @@ enum StateType {
ATTACH,
PATH,
VOXEL,
- VOXEL_PALETTE
TARGETING
MODULES
MODULES_PICK
@@ -23,5 +22,6 @@ enum PlayerActions {
PLACE,
SELECT,
DELETE,
- CANCEL
+ CANCEL,
+ EDIT
}