]> git.localhorst.tv Git - blank.git/blobdiff - running
configurable asset and save path
[blank.git] / running
diff --git a/running b/running
index 1684765071195c33501ceeb2cd2d7a696c23fecd..d3a632e35501d20a600ba08135577a025c1813c2 100644 (file)
--- a/running
+++ b/running
@@ -4,14 +4,23 @@ Arguments
 Runtime
 -------
 
-[-n] <n>
+-n <n>
        terminate after <n> frames
 
 -t <t>
        terminate after <t> milliseconds
 
-[-n] <n> -t <t>
-       terminate after n frames, assume <t> milliseconds pass each frame
+if both n and t are given, terminate after n frames and
+assume <t> milliseconds pass each frame
+
+--asset-path <path>
+       load assets from given path
+       default is application dir + "assets"
+
+--save-path <path>
+       store and load saves at given path
+       default is whatever SDL thinks is good
+       (should be ~/.local/share/localhorst/blank/)
 
 Application
 -----------
@@ -45,8 +54,9 @@ Interface
 World
 -----
 
-blank -s <seed>
-       use <seed> (unsigned integer) as the world seed. default is 0
+-s <seed>
+       use <seed> (unsigned integer) as the world seed
+       default is 0
 
 
 Controls