diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2022-10-18 23:16:32 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2022-10-18 23:16:32 -0700 |
commit | c4b4aad36f83714a49ffc676af8b34de4b87b3ec (patch) | |
tree | ce2acb22d68faf171eda0702f756db5f7a385291 /src/Makefile.am | |
parent | e3d71abc3728b25c0fe766ec8eb5e79972906471 (diff) |
gfx: add placeholder graphics for masked powerup
gfx-adult-masked: adult wearing mask
gfx-baby-hatted: baby misusing mask as hat
gfx-mask: the mask powerup itself
This is a preparatory commit that doesn't actually change
anything functionally, just to avoid having giant .h files in
the powerup-adding commit.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 7dce89e..6752d53 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,11 +12,14 @@ sars_SOURCES = \ digit-node.h \ game.c \ gfx/gfx-adult.h \ + gfx/gfx-adult-masked.h \ gfx/gfx-baby.h \ + gfx/gfx-baby-hatted.h \ gfx/gfx-eight.h \ gfx/gfx-five.h \ gfx/gfx-four.h \ gfx/gfx-hungrycat.h \ + gfx/gfx-mask.h \ gfx/gfx-nine.h \ gfx/gfx-one.h \ gfx/gfx-seven.h \ |