Skip to content

Instantly share code, notes, and snippets.

@kevinthompson
kevinthompson / README.md
Last active June 12, 2024 13:28
Tool Script to Create a CollisionPolygon2D from a child Sprite2D in Godot 4
@tuvokki
tuvokki / bcolors.py
Created June 30, 2015 11:18
Simple Python class to create colored messages for command line printing
# Helper class to print colored output
#
# To use code like this, you can do something like
#
# print bcolors.WARNING
# + "Warning: No active frommets remain. Continue?"
# + bcolors.ENDC
#
# you can also use the convenience method bcolors.colored like this
#