diff --git a/README.md b/README.md index 3eecab0..253606d 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,4 @@ A dungeon crawler game made with LoveDOS for the DOSember Game Jam https://itch. - [Concrete by Frank Baranowski](https://fontlibrary.org/en/font/concrete) - [Nemoy by BSozoo](https://fontlibrary.org/en/font/nemoy) - [Banana Brick by artmaker](https://fontlibrary.org/en/font/banana-brick) +- [Block Buster letters (remix) by Arvin61r58 and The Big Red Computer Club](https://openclipart.org/detail/322048/block-buster-letters-remix) diff --git a/imgs/splash.png b/imgs/splash.png index 0aa2a8b..0fe2e27 100644 Binary files a/imgs/splash.png and b/imgs/splash.png differ diff --git a/src/utils/fader.lua b/src/utils/fader.lua index c68df06..fe47756 100644 --- a/src/utils/fader.lua +++ b/src/utils/fader.lua @@ -68,7 +68,7 @@ end function Fader:draw() - local c = 0 + local c = 1 love.graphics.setColor(0, 0, 0) for i = 0, 16 do