ensure Filename is writable when opened outside a terminal

Thanks Jimmy Miller for reporting this.
This commit is contained in:
Kartik K. Agaram 2022-05-20 20:09:59 -07:00
parent 7d9125b0b0
commit 5d139f4327
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Line_width = nil -- maximum width available to either text or drawings, in pixe
Zoom = 1.5
Filename = 'lines.txt'
Filename = love.filesystem.getUserDirectory()..'/lines.txt'
function love.load(arg)
-- maximize window