added zoom/drag controls, control panel minimizer

This commit is contained in:
MaxRobinsonTheGreat
2020-07-23 15:27:44 -06:00
parent 8fb471025e
commit b0af739747
7 changed files with 131 additions and 25 deletions

View File

@@ -5,7 +5,8 @@ const Modes = {
ClickKill: 3,
Select: 4,
Edit: 5,
Clone: 6
Clone: 6,
Drag: 7
}
module.exports = Modes;