Erik Jenner
Results
1
issues of
Erik Jenner
This PR replaces #10 (though it doesn't have all the same features yet). Example usage that works: ```python box_a = ice.Rectangle(ice.Bounds(0, 0, size=(50, 50)), border_color=ice.Colors.BLACK) box_b = ice.Rectangle( ice.Bounds(200, 400,...