This repository was archived by the owner on Nov 12, 2024. It is now read-only.
|
Okay, so I'm making a Mario platformer template on Replit (obviously, using Kaboom.js), and when I made a game over screen, I found that I just didn't like the default font in Kaboom. |
Answered by
jaydar10
May 28, 2022
Replies: 1 comment 2 replies
|
Okay, after looking at some more Kaboom games on Replit, I figured it out. The picture Kaboom is looking for is a screenshot of the |
2 replies
Answer selected by
jaydar10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Okay, after looking at some more Kaboom games on Replit, I figured it out. The picture Kaboom is looking for is a screenshot of the
.ttffile, and then, from what I know, you have to name it the same as the.ttffile itself, ex; if the.ttffile was calledStupidFont-Norma.ttf, you'd name itStupidFont-Normal.png.