Misnamed, redundant file

This commit is contained in:
Ron Hale-Evans 2016-07-19 16:02:31 -07:00
parent 6a5cfae5ff
commit 327d52014c
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
# Change
Sprite will change the x position by this number
### Block Editor
![](/static/mb/change-0.png)
### JavaScript
Sprite will change the x position by this number
```
export function changeXBy(_this: micro_bitSprites.LedSprite, x: number)
```
Sprite will change the y position by this number
```
export function changeYBy(_this: micro_bitSprites.LedSprite, y: number)
```