Merge lines.love

This commit is contained in:
Kartik K. Agaram 2022-09-03 21:19:46 -07:00
commit fc98407c93
1 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,9 @@ function run.quit()
end
function run.settings()
if Settings == nil then
Settings = {}
end
if Current_app == 'run' then
Settings.x, Settings.y, Settings.displayindex = love.window.getPosition()
end