diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-08 11:24:51 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-02-08 11:24:51 +0100 |
commit | eea642395bb0ef706c7241d4a749f3e0ac4cc460 (patch) | |
tree | 6c015c9315b0102247661f942b018ccf8c45551d /scripts/globals.gd | |
parent | e8b2ea6b2bf789b7942d86faebbcc4d810741f25 (diff) |
revised wave generation
Diffstat (limited to 'scripts/globals.gd')
-rw-r--r-- | scripts/globals.gd | 4 |
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 } |