mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-16 13:48:01 -05:00
Add true tileset scripting functions
This commit is contained in:
@@ -90,3 +90,7 @@ QJSValue Scripting::dimensions(int width, int height) {
|
||||
obj.setProperty("height", height);
|
||||
return obj;
|
||||
}
|
||||
|
||||
QJSEngine *Scripting::getEngine() {
|
||||
return instance->engine;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user