This commit is contained in:
2022-08-14 19:19:36 +00:00
parent b0d2757f70
commit 28c69ff62f
27 changed files with 900 additions and 1117 deletions

View File

@@ -40,7 +40,7 @@ void font_init(struct mShader *textshader) {
// Default font
font = MakeFont("notosans.ttf", 300);
font = MakeFont("teenytinypixels.ttf", 300);
}
void font_frame(struct mSDLWindow *w) {