/reference/types -> /types
This commit is contained in:
@ -10,7 +10,7 @@ item.get(LedSpriteProperty.X);
|
||||
### Parameters
|
||||
|
||||
* the **sprite** you want to know something about
|
||||
* the kind of [number](/reference/types/number) you want to know about the sprite, like
|
||||
* the kind of [number](/types/number) you want to know about the sprite, like
|
||||
* ``x``, how far up or down the sprite is on the screen (`0`-`4`)
|
||||
* ``y``, how far left or right the sprite is on the screen (`0`-`4`)
|
||||
* ``direction``, which way the sprite is pointing (this works the same way as the [turn](/reference/game/turn) function)
|
||||
@ -19,7 +19,7 @@ item.get(LedSpriteProperty.X);
|
||||
|
||||
### Returns
|
||||
|
||||
The [number](/reference/types/number) you asked for.
|
||||
The [number](/types/number) you asked for.
|
||||
|
||||
### Example
|
||||
|
||||
|
Reference in New Issue
Block a user