forgot to commit documentation for the commandline arg
[?]
Jun 7, 2022, 9:20 PM
UGYRO7TO3TQNWUX2GQL7ZPROUCR7WDOGYDTLZG2A6FHQ65YVCFMACDependencies
- [2]
CZRMAMSBclearer discription of how to run lines.love - [*]
FS2ITYYHrecord a known issue - [*]
D4FEFHQCflesh out Readme
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 45[2.784][5.639]
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.