We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfa559 commit bc9a3d0Copy full SHA for bc9a3d0
src/compiler/irgen.js
@@ -530,9 +530,9 @@ class ScriptTreeGenerator {
530
} else {
531
switch (property) {
532
case 'x position':
533
- return new IntermediateInput(InputOpcode.SENSING_OF_POS_X, InputType.NUMBER_REAL, {object});
+ return new IntermediateInput(InputOpcode.SENSING_OF_POS_X, InputType.NUMBER, {object});
534
case 'y position':
535
- return new IntermediateInput(InputOpcode.SENSING_OF_POS_Y, InputType.NUMBER_REAL, {object});
+ return new IntermediateInput(InputOpcode.SENSING_OF_POS_Y, InputType.NUMBER, {object});
536
case 'direction':
537
return new IntermediateInput(InputOpcode.SENSING_OF_DIRECTION, InputType.NUMBER_REAL, {object});
538
case 'costume #':
0 commit comments