Add primitive for math_angle, fixing point in direction

This commit is contained in:
Tim Mickel 2016-08-08 16:44:48 -04:00
parent 0b826c0dc9
commit a6ad34f002

View file

@ -15,6 +15,7 @@ Scratch3OperatorsBlocks.prototype.getPrimitives = function() {
'math_number': this.number,
'math_positive_number': this.number,
'math_whole_number': this.number,
'math_angle': this.number,
'text': this.text,
'operator_add': this.add,
'operator_subtract': this.subtract,