diff --git a/README.md b/README.md index c2cfa83..fd2ecb1 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ To run mkxp, you should have a graphics card capable of at least **OpenGL 2.0** ## Configuration -mkxp reads configuration data from the file "mkxp.conf" contained in the current directory. The format is ini-style. Do *not* use quotes around file paths (spaces won't break). Following entries are interpreted: +mkxp reads configuration data from the file "mkxp.conf" contained in the current directory. The format is ini-style. Do *not* use quotes around file paths (spaces won't break). Lines starting with '#' are comments. Following entries are interpreted: | Key | Type | Default | Description | | ---------------- | ------ | ------- | ------------------------------------------------------------------------------- | diff --git a/mkxp.conf.sample b/mkxp.conf.sample index a766872..dbf9f5d 100644 --- a/mkxp.conf.sample +++ b/mkxp.conf.sample @@ -1,4 +1,4 @@ -[General] +# This is a comment debugMode=false winResizable=false fullscreen=false