From b286ad5334eaad82f85c759ee00a36678db7cb17 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 3 Apr 2026 00:32:20 +0200 Subject: added TANK MODE * This is a gimmick pseudo-game for driving a tank around your buffer. * The tank is "animated" and crushes non-space characters it drives over. * When shooting, it deletes characters that get hit. * When escaping, the tank explodes and leaves a "crater" behind. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 0da616a..04e83ad 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,5 +1,5 @@ dist_scitecolib_DATA = color.tes lexer.tes session.tes opener.tes \ - fnkeys.tes string.tes getopt.tes + fnkeys.tes string.tes getopt.tes tank.tes # Standalone scripts. # These are not installed via _SCRIPTS as it would add the --program-prefix. -- cgit v1.2.3