Skip to content

Commit

Permalink
Add app.params
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Dec 11, 2018
1 parent 4cbddb1 commit 7690bec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions api/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@ end

Returns an array of [sprites](sprite.md#sprite).

## app.params

This is a table with parameters specified as
[`--script-param key=value`](https://www.aseprite.org/docs/cli/#script-param) in the
[CLI](https://www.aseprite.org/docs/cli/) or as `<param>` in
`user.aseprite-keys` or
[`gui.xml`](https://github.com/aseprite/aseprite/blob/master/data/gui.xml)
file.

## app.alert()

```lua
Expand Down

0 comments on commit 7690bec

Please sign in to comment.