Add overlay x/y, split singular/plural overlay functions

This commit is contained in:
GriffinR
2021-12-09 12:32:19 -05:00
committed by huderlem
parent 206a1d12b3
commit a6395eefbb
8 changed files with 221 additions and 38 deletions

View File

@@ -25,6 +25,7 @@ public:
static QJSValue fromTile(Tile tile);
static Tile toTile(QJSValue obj);
static QJSValue dimensions(int width, int height);
static QJSValue position(int x, int y);
static QJSEngine *getEngine();
static QImage getImage(QString filepath);
static void init(MainWindow *mainWindow);