drop stale flag from documentation
[?]
Jul 2, 2022, 3:28 AM
ZRQ6QKLBSNUE4JWDTCBGMKORVWAC7OHRKXRPMGRIAGK6Q2VGS2CACDependencies
- [2]
UGYRO7TOforgot to commit documentation for the commandline arg - [3]
CZRMAMSBclearer discription of how to run lines.love - [4]
D4FEFHQCflesh out Readme - [*]
FS2ITYYHrecord a known issue
Change contents
- edit in README.md at line 38
You can also configure the size of the window on the commandline. For example:```sh$ path/to/love path/to/lines.love -geometry 640x480+10+10 path/to/file/to/edit``` - edit in README.md at line 39
The syntax of the geometry parameter is {width}x{height}+{x}+{y} which willposition the top-left corner of the window at co-ordinate (x,y). The geometryparameter must come before the file to edit.