summaryrefslogtreecommitdiffstats
path: root/contrib/example.toml
diff options
context:
space:
mode:
authortechchud <protrude_paying969@simplelogin.com>2025-08-17 19:54:13 -0500
committertechchud <protrude_paying969@simplelogin.com>2025-08-17 19:54:13 -0500
commitf472907d31e24602c8f850b6c319a3c016f24ea3 (patch)
treed748d504b08e25a8cb24a18c488d4d2528db7b9d /contrib/example.toml
downloadsneed-f472907d31e24602c8f850b6c319a3c016f24ea3.tar.gz
sneed-f472907d31e24602c8f850b6c319a3c016f24ea3.tar.bz2
sneed-f472907d31e24602c8f850b6c319a3c016f24ea3.zip
Initial CommitHEADmaster
Diffstat (limited to 'contrib/example.toml')
-rw-r--r--contrib/example.toml38
1 files changed, 38 insertions, 0 deletions
diff --git a/contrib/example.toml b/contrib/example.toml
new file mode 100644
index 0000000..ee6b462
--- /dev/null
+++ b/contrib/example.toml
@@ -0,0 +1,38 @@
+X = 193
+Y = 175
+
+[plants]
+soilicon='~'
+gapicon='_'
+gapsize=12
+farmableEdge=true
+
+[plants.cantaloupe]
+icon='C'
+seedspacing = 28 #Space between seeds while in a row
+rowspacing = 48 #Width of the row itself
+rownum = 1 #Maximum number of rows for this plant, currently unused
+
+[plants.bellpepper]
+icon='B'
+seedspacing = 12
+rowspacing = 24
+rownum = 1
+
+[plants.sweetonion]
+icon='E'
+seedspacing = 6
+rowspacing = 18
+rownum = 1
+
+[plants.strawberries]
+icon='S'
+seedspacing = 24
+rowspacing = 24
+rownum = 1
+
+[plants.watermelon]
+icon='W'
+seedspacing = 28
+rowspacing = 48
+rownum = 1