lordmauve/pgzero

'angle' kwarg to Actor constructor has no effect

Open

#141 aberto em 17 de out. de 2018

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Python (185 forks)batch import
buggood first issue

Métricas do repositório

Stars
 (472 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador