We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4ab31 commit 1f112bbCopy full SHA for 1f112bb
1 file changed
src/HeadlessWrapper.lua
@@ -7,6 +7,9 @@
7
-- bodies intended for headless use.
8
dofile("_SimpleGraphic.def.lua")
9
10
+function GetVirtualScreenSize()
11
+ return 1920, 1080
12
+end
13
14
-- Callbacks
15
__callbackTable__ = { }
0 commit comments