From c4b4aad36f83714a49ffc676af8b34de4b87b3ec Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 18 Oct 2022 23:16:32 -0700 Subject: 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. --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3