Updates (#96)
* Update gesture field for new Blockly renderer (#2658) * Update gesture field for new Blockly renderer * Bump pxt-core to 5.36.1 * percent sign for motors block * shims & strings Co-authored-by: Amerlander <gitkraken@juriwolf.de>
This commit is contained in:
@ -329,9 +329,9 @@
|
||||
"led.toggle|block": "toggle|x %x|y %y",
|
||||
"led.unplot|block": "unplot|x %x|y %y",
|
||||
"led|block": "led",
|
||||
"motors.dualMotorPower|block": "motor %motor|at %percent",
|
||||
"motors.dualMotorPower|block": "motor %motor|at %percent \\%",
|
||||
"motors.motorCommand|block": "motor %command",
|
||||
"motors.motorPower|block": "motor on at %percent",
|
||||
"motors.motorPower|block": "motor on at %percent \\%",
|
||||
"motors|block": "motors",
|
||||
"msgpack|block": "msgpack",
|
||||
"music.beat|block": "%fraction|beat",
|
||||
|
Reference in New Issue
Block a user