From bd83edf1481f258cd1c1bf1e7855eddc938a69cb Mon Sep 17 00:00:00 2001 From: Mustafa Quraish Date: Sat, 11 Sep 2021 23:53:15 -0400 Subject: [PATCH] Base: Add `~/.config/PixelPaint.ini` sample file This is just a config file with the default options that PixelPaint recognizes and reads so far. Adding this in since the options are not really documented anywhere so at least the user can now know what options are available. --- Base/home/anon/.config/PixelPaint.ini | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Base/home/anon/.config/PixelPaint.ini diff --git a/Base/home/anon/.config/PixelPaint.ini b/Base/home/anon/.config/PixelPaint.ini new file mode 100644 index 0000000000..e650e72642 --- /dev/null +++ b/Base/home/anon/.config/PixelPaint.ini @@ -0,0 +1,9 @@ +[PixelGrid] +Threshold=15 +Show=1 + +[Rulers] +Show=1 + +[Guides] +Show=1 \ No newline at end of file