Fixing parameters

This commit is contained in:
Ron Hale-Evans
2016-07-18 14:23:05 -07:00
parent 4941ce1694
commit 2c09b7794f
5 changed files with 72 additions and 4 deletions

View File

@ -2,9 +2,14 @@
Move the sprite the number of LEDs you say.
```sig
let item: game.LedSprite = null;
item.move(1);
```
### Parameters
* ``move by`` is a [number](/reference/types/number) that means how many LEDs the sprite should move
* a [number](/reference/types/number) that means how many LEDs the sprite should move
### Example