mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
add dedicated backend (WIP)
This commit is contained in:
7
luigi/backend.lua
Normal file
7
luigi/backend.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
local ROOT = (...):gsub('[^.]*$', '')
|
||||
|
||||
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