Fixing authoring on a few APIs for Monaco toolbox (#1084)

This commit is contained in:
Richard Knoll
2018-08-14 10:18:23 -07:00
committed by GitHub
parent 331f2f4a55
commit 4c28160a34
4 changed files with 6 additions and 6 deletions

View File

@ -687,7 +687,7 @@ namespace game {
* @param this sprite to delete
*/
//% weight=59 help=game/delete
//% blockId="game_delete_sprite" block="delete %this"
//% blockId="game_delete_sprite" block="delete %this(sprite)"
public delete(): void {
this._enabled = false;
if (_sprites.removeElement(this))