mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -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,
|
||||
opcode: block.opcode,
|
||||
// @todo(vm#565) for numerical values with decimals, some countries use comma
|
||||
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
|
||||
value: ''
|
||||
});
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue