From 1092d5cc8e88b3fe88c9ac7678fdfd9c809935e8 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Mon, 9 Aug 2010 13:26:13 +0200 Subject: optically pleasing drawing. refined positioning in background --- run.lua | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'run.lua') diff --git a/run.lua b/run.lua index af54412..d8c18ad 100644 --- a/run.lua +++ b/run.lua @@ -97,9 +97,9 @@ function main () if life.debug then gol.pre_frame(current.init) end - local many = gol.frames( current.init, current.rule, 55 ) + local many = gol.frames( current.init, current.rule, 40 ) gol.pre_movie (many, true) - --local lots = gol.frames( current.init, current.rule, 55 ) + --local lots = gol.frames( current.init, current.rule, 200 ) --gol.pre_movie (lots, true) else io.write"\nCheck your input file for consistency, please.\n" @@ -110,5 +110,7 @@ function main () return 0 end ---return main() +if not context then + return main() +end -- cgit v1.2.3