diff options
author | UnavailableDev <69792062+UnavailableDev@users.noreply.github.com> | 2023-04-07 11:27:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 11:27:22 +0200 |
commit | 23db4dc8f94d174c2e291d5f12fab55097700c70 (patch) | |
tree | 8f35ef5263fc17dd39a51109a0a1d53839ccce0d /src/static/makefile | |
parent | b2c58b8d52717f8b5bf04d87b9799c7467e4eeb6 (diff) | |
parent | 0257e8e106e4cef0aeac673468370b443ef78bc3 (diff) |
Merge pull request #61 from UnavailableDev/dev
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 |