mirror of
https://github.com/euphy/polargraphcontroller
synced 2025-01-09 19:55:16 +01:00
Added lift range command
This commit is contained in:
parent
6376efc12b
commit
a822e1545d
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
/default.properties.txt
|
@ -69,6 +69,7 @@ static final String CMD_SWIRLING = "C41,";
|
||||
static final String CMD_DRAW_RANDOM_SPRITE = "C42,";
|
||||
static final String CMD_DRAW_NORWEGIAN = "C43,";
|
||||
static final String CMD_DRAW_NORWEGIAN_OUTLINE = "C44,";
|
||||
static final String CMD_SETPENLIFTRANGE = "C45,";
|
||||
|
||||
private PVector mouseVector = new PVector(0,0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user