From: Mischa POSLAWSKY Date: Thu, 2 Apr 2020 00:38:05 +0000 (+0200) Subject: termcol: compile.png as default comparison image X-Git-Tag: v1.12~12 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/d75e965817b11b74fa5cdededfeb6834b555a468 termcol: compile.png as default comparison image Made a compilation of various screenshots instead of a specific game. --- 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';