Custom Text System in Pygame

Опубликовано: 09 Ноябрь 2024
на канале: DaFluffyPotato
14,900
368

Using the default text system uses TTFs, but those don't scale well for pixel art. Many developers use pixel art font spritesheets and use their own font system to generate text. In this video, I go over a simple text system.

Project Download:
https://dafluffypotato.com/static/fon...

My Pixel Art Fonts (public domain):
https://dafluffypotato.com/static/sma...
https://dafluffypotato.com/static/lar...

Discord:
  / discord  

Twitter:
  / dafluffypotato  

This video and the code produced in it are released under: CC0 1.0 Universal (CC0 1.0). This puts the video and code produced in it in the public domain, so use it for whatever you want.

#python #gamedevelopment #pygame