We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cad8d3 commit 918dbc6Copy full SHA for 918dbc6
README.md
@@ -12,7 +12,7 @@ Generally you will want to write a script to solve a problem or to do
12
a little experiment, so you have six options to approach your idea:
13
14
1. **Transform the active sprite**: In this case
15
- [app.activeSprite](api/app.md#appactivesprite) will give you access
+ [app.sprite](api/app.md#appsprite) will give you access
16
to the current sprite (it's `nil` if there is no active sprite,
17
e.g. we are in the `Home` tab).
18
2. **Generate a new sprite** : Here the
0 commit comments