update stale information
[?]
Mar 26, 2023, 12:19 AM
F3NPUCCMFNMXVD2XJ5FMJ5M5FP3XICQHJRD6WFNB6OUK6LBL2TXQCDependencies
- [2]
ZJOSQFN6bugfix: path munging on Windows - [3]
KQWIMWJ5deemphasize the terminal in Readme - [4]
D4FEFHQCflesh out Readme - [5]
ZTMRQZSWReadme - [6]
PNBKVYZ4more cogent onboarding instructions - [7]
KKMFQDR4editing source code from within the app - [8]
LDFXFRUObring a few things in sync between run and source - [9]
CZRMAMSBclearer discription of how to run lines.love - [*]
FS2ITYYHrecord a known issue
Change contents
- replacement in source_edit.lua at line 98
filename = love.filesystem.getUserDirectory()..'/lines.txt', -- '/' should work even on Windowsfilename = love.filesystem.getSourceBaseDirectory()..'/lines.txt', -- '/' should work even on Windows - replacement in README.md at line 23
By default, lines.love reads/writes the file `lines.txt` in your defaultuser/home directory (`https://love2d.org/wiki/love.filesystem.getUserDirectory`).By default, lines.love reads/writes the file `lines.txt` in a directoryspecific to this app (https://love2d.org/wiki/love.filesystem.getSourceBaseDirectory).