aseprite / aseprite

Animated sprite editor & pixel art tool (Windows, macOS, Linux)

Home Page:https://www.aseprite.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scripting API: access to selected tile in APP object

lunoka opened this issue · comments

Possibility to access the current selected tile object from the active tileset through object APP via scripting, for example:
app.fgTile or app.bgTile
And then access to tile properties.

  • Aseprite version: v1.3.2-x64 installer
  • System: Windows 10

Hi @lunoka, I thought that something like app.range.tiles might be useful for your case but no, we've to add these properties 👍

thank you! This will help me with my work on old 8/16 bit consoles \o/

By the way, maybe it would also need an event in the same way than "fgcolorchange"?