pgzero
pgzero copied to clipboard
'angle' kwarg to Actor constructor has no effect
The angle kwarg is accepted by the constructor for Actor, but does not take effect.
Setting angle after construction has the expected effect.
The keyword argument should either be rejected, or should be honoured.
This is also true for opacity. It should probably get the same treatment as angle.