pythonarcade / arcade

Easy to use Python library for creating 2D arcade games.
http://arcade.academy
Other
1.71k stars 330 forks source link

Fix Sprite init #2376

Closed DigiDuncan closed 1 month ago

DigiDuncan commented 1 month ago

Sprite's scale property now takes either a scalar or a tuple correctly.

(It still returns a Vec2 to support Sprite.scale *= 2 for the time being; we can discuss changes to this later.)