- Automated font creation. Re-made Tewi and also added additional fonts which might get used eventually. One of them is smol and the other is for Japanese text, which might happen if someone feels like helping me localize the mod (I'd love to cover more languages, Japanese being one of them). - Extended Lore adjustments.
2 lines
152 B
Bash
Executable file
2 lines
152 B
Bash
Executable file
#!/bin/sh
|
|
gcc -std=c11 -march=native -Og -g -Wall -Wextra -Werror -pedantic $(pkg-config --libs --cflags freetype2 libpng) -o mkfontblock mkfontblock.c
|