- added bimg support - reworked graphic object - added blit for drawsystem (makes drawing bit faster - added bimg lib - reworked image object - fixed thread bug
4 lines
111 B
Lua
4 lines
111 B
Lua
return function(path)
|
|
local exists, content = pcall(require, path)
|
|
return exists and content or nil
|
|
end |