mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Removing test Ev3Args values.
This commit is contained in:
parent
54633e1a97
commit
98deb1bebe
1 changed files with 0 additions and 2 deletions
|
@ -97,8 +97,6 @@ const Ev3Args = {
|
||||||
COAST: 0x00,
|
COAST: 0x00,
|
||||||
BRAKE: 0x01,
|
BRAKE: 0x01,
|
||||||
RAMP: 50, // time in milliseconds
|
RAMP: 50, // time in milliseconds
|
||||||
ONE_BYTE: 4, // length value as a constant
|
|
||||||
FOUR_BYTES: 32, // length value as a constant
|
|
||||||
DO_NOT_CHANGE_TYPE: 0
|
DO_NOT_CHANGE_TYPE: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue