summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2010-08-07 13:56:41 +0200
committerPhilipp Gesang <pgesang@ix.urz.uni-heidelberg.de>2010-08-07 13:56:41 +0200
commita65f1699d7ee665053491c5bd7c1d3e21a55c125 (patch)
treeb4d79e6b55dff34a4d73a27f2838fe02159a2238
parentb4c5f9ae1acbf541d1aea969f668b0d8406fd085 (diff)
downloadautomata-backgrounds-a65f1699d7ee665053491c5bd7c1d3e21a55c125.tar.gz
drawing simple backgrounds successively
-rw-r--r--mplife.cld2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplife.cld b/mplife.cld
index b83ef17..0de02d0 100644
--- a/mplife.cld
+++ b/mplife.cld
@@ -25,7 +25,7 @@ gol.setup.current = gol.setup.current or {}
do
local c = gol.setup.current
- c.file = c.file or "examples/glider_gen-p55.gol"
+ c.file = c.file or "examples/puffertrain.gol"
c.rule = gol.parse_rule("B3/S23") -- default Conway
c.init = gol.parse_file(c.file)
c.last = c.init -- for successive mode