You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
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.
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.