From 6f7b28bdb639597693e89ec11b39177d43cf1aa8 Mon Sep 17 00:00:00 2001 From: Olaf Pichler Date: Fri, 19 Jul 2024 21:55:52 +0200 Subject: [PATCH] Add circles effect --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 10808ea..fdf59f2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,7 +16,7 @@ GFXMODS_AVAILABLE += gfx_maze gfx_invfourier gfx_colorwheel gfx_snek GFXMODS_AVAILABLE += gfx_autoterminal gfx_wator gfx_noisewarp gfx_test GFXMODS_AVAILABLE += gfx_multicell gfx_pheromones GFXMODS_AVAILABLE += gfx_attractor -GFXMODS_AVAILABLE += gfx_lorenz gfx_pickover gfx_voronoi +GFXMODS_AVAILABLE += gfx_lorenz gfx_pickover gfx_voronoi gfx_cirles BGMMODS_AVAILABLE += bgm_fish bgm_opc bgm_xyscope bgm_pixelflut