diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-04-07 11:29:05 +0200 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-04-07 11:29:05 +0200 |
commit | 0257e8e106e4cef0aeac673468370b443ef78bc3 (patch) | |
tree | 8f35ef5263fc17dd39a51109a0a1d53839ccce0d /src/static/makefile | |
parent | b2c58b8d52717f8b5bf04d87b9799c7467e4eeb6 (diff) |
added highscore screen with kb nav
Diffstat (limited to 'src/static/makefile')
-rw-r--r-- | src/static/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/makefile b/src/static/makefile index 4959f2f..3caeb6e 100644 --- a/src/static/makefile +++ b/src/static/makefile @@ -16,6 +16,7 @@ INPUT += background/air.hex \ foreground/gozer.hex \ foreground/slime.hex \ foreground/slime_jumpable.hex \ + foreground/bird.hex \ foreground/boss1.hex \ foreground/font.hex # world.hex |