Another new Game topic and more fixes
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# Get Sprite Property
|
||||
|
||||
Find something out about a sprite.
|
||||
Find something out about a [sprite](/reference/game/create-sprite).
|
||||
|
||||
```sig
|
||||
let item: game.LedSprite = null;
|
||||
@ -23,7 +23,7 @@ The [number](/reference/types/number) you asked for.
|
||||
|
||||
### Example
|
||||
|
||||
This program creates a sprite and shows the number of its brightness on the screen.
|
||||
This program makes a sprite and shows the number of its brightness on the screen.
|
||||
|
||||
```blocks
|
||||
let ball = game.createSprite(0, 2);
|
||||
|
Reference in New Issue
Block a user