Misnamed, redundant file
This commit is contained in:
parent
6a5cfae5ff
commit
327d52014c
@ -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)
|
|
||||||
```
|
|
Loading…
Reference in New Issue
Block a user