mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
more window stuff
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
local ROOT = (...):gsub('[^.]*$', '')
|
||||
|
||||
local Backend
|
||||
|
||||
if _G.love and _G.love._version_minor > 8 then
|
||||
return require(ROOT .. 'backend.love')
|
||||
else
|
||||
return require(ROOT .. 'backend.ffisdl')
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user