diff options
Diffstat (limited to 'example.ini')
-rw-r--r-- | example.ini | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/example.ini b/example.ini new file mode 100644 index 0000000..79826a7 --- /dev/null +++ b/example.ini @@ -0,0 +1,19 @@ +[nebula2] +width=800 +height=600 + +jobsize=100000 +jobs=10000 +procn=6 + +statefile=example.state + +iter0=20 +iter1=200 +iter2=2000 + +color0=ff0000 +color1=00ff00 +color2=0000ff + +output=example.bmp |