mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-11 19:35:38 -05:00
Add overlay x/y, split singular/plural overlay functions
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user