comfy
comfy copied to clipboard
Corner-relative draw_rect
Current draw_rect uses center + size, which makes for some extra calculations and awkwardness when trying to align multiple layered rectangles (e.g. for healthbars). I think top left corner + width/height is more intuitive and would use it almost exclusively if it existed.