lordmauve/pgzero

'angle' kwarg to Actor constructor has no effect

Offen

#141 geöffnet am 17.10.2018

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (211 Forks)batch import
buggood first issue

Repository-Metriken

Stars
 (608 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide