Outlines in Pygame
YOUR LINK HERE:
http://youtube.com/watch?v=7qcnB5fYsIs
Outlines are not natively supported in Pygame, but they can be implemented with some tricks using Pygame's mask functionality. • The script that tests different outlining methods: • https://pastebin.com/BSfQzjjZ • The second thing shown: • https://pastebin.com/YXnJfEKN • Relevant Pygame Docs: • https://www.pygame.org/docs/ref/mask.... • Discord: / discord • Twitter: / dafluffypotato • #pygame • 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.
#############################
