diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-06-01 13:45:28 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-06-01 13:45:28 +1200 |
commit | da9941939798abe41caa07830a5605f0d131a2f2 (patch) | |
tree | ba7d8e12f379d3d632ed02477dc747de58b0bac4 /extra/burning-ship-lattice-gen.sh | |
parent | f2371dcb179928b8b36587d822daeb919b7d2d84 (diff) | |
download | fractal-gen-da9941939798abe41caa07830a5605f0d131a2f2.tar.xz |
Coords are now centre of image rather than top left
Diffstat (limited to 'extra/burning-ship-lattice-gen.sh')
-rwxr-xr-x | extra/burning-ship-lattice-gen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/burning-ship-lattice-gen.sh b/extra/burning-ship-lattice-gen.sh index 1a39c0d..68f483e 100755 --- a/extra/burning-ship-lattice-gen.sh +++ b/extra/burning-ship-lattice-gen.sh @@ -1,3 +1,3 @@ #!/bin/sh -exec ./burning-ship-gen -x -1.8 -y -0.082 -z 0.09 $@ +exec ../burning-ship-gen -x -1.755 -y -0.037 -z 0.09 $@ |