Closed
Description
Bug Report
Actual behavior:
arcade.gui.Surface.draw_texture
has following incorrect behavior:
- The check for
angle
usesx
andy
arguments - The check for
alpha
usesx
andy
arguments
Lines 100 to 110 in e76f345
Expected behavior:
- The angle check uses the
angle
argument - The alpha check uses the
alpha
argument
Metadata
Metadata
Assignees
Type
Projects
Status
Done