mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Remove XY from monitor reporting
This commit is contained in:
parent
144a0b349d
commit
817ea47e32
1 changed files with 1 additions and 5 deletions
|
@ -298,11 +298,7 @@ class Blocks {
|
||||||
id: block.id,
|
id: block.id,
|
||||||
opcode: block.opcode,
|
opcode: block.opcode,
|
||||||
// @todo(vm#565) for numerical values with decimals, some countries use comma
|
// @todo(vm#565) for numerical values with decimals, some countries use comma
|
||||||
value: '',
|
value: ''
|
||||||
// @todo(vm#566) Don't require sending x and y when instantiating a
|
|
||||||
// monitor. If it's not preset the GUI should decide.
|
|
||||||
x: 0,
|
|
||||||
y: 0
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue