From d75e965817b11b74fa5cdededfeb6834b555a468 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 2 Apr 2020 02:38:05 +0200 Subject: [PATCH] termcol: compile.png as default comparison image Made a compilation of various screenshots instead of a specific game. --- termcol.plp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termcol.plp b/termcol.plp index 281d33c..86ccd45 100644 --- a/termcol.plp +++ b/termcol.plp @@ -16,7 +16,7 @@ Html({ }); my @draw = map { [$_, s/\W+\z//] } grep { $_ } split m(/), - $get{img} // exists $get{img} && 'indi.png'; + $get{img} // exists $get{img} && 'compile.png'; my @termlist; push @termlist, split /\W+/, $Request || 'default'; -- 2.30.0