diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-04-19 15:27:30 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-04-22 00:50:39 -0700 |
commit | f8929c9f06eff1dc2efa8331a26fb0f7b1ab3252 (patch) | |
tree | cd61010c66eba98513e5741bacff8dcafaf9af3b /src/modules/Makefile.am | |
parent | 8e1330d60cb94629cbc09f65f558d47cdbfe633b (diff) |
modules/checkers: experimenting with a checkers overlay
This adds a checkers style overlay module, it's not terribly
interesting but may be made more useful if modules start
differentiating themselves as substantial vs. overlay effects.
It'd be nice if rtv/compose could automagically apply and
randomize overlay modules atop others, which would make use of
this type of thing as well as encourage more small modules like
these be written.
Diffstat (limited to 'src/modules/Makefile.am')
-rw-r--r-- | src/modules/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index c791bc9..92a4145 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am @@ -1 +1 @@ -SUBDIRS = blinds compose drizzle flui2d julia meta2d montage pixbounce plasma plato ray roto rtv snow sparkler spiro stars submit swab swarm +SUBDIRS = blinds checkers compose drizzle flui2d julia meta2d montage pixbounce plasma plato ray roto rtv snow sparkler spiro stars submit swab swarm |