lordmauve / wasabi2d

Cutting-edge 2D game framework for Python
https://wasabi2d.readthedocs.io/
GNU Lesser General Public License v3.0
154 stars 24 forks source link

add scale arg to Layer.add_label #75

Open mentat51 opened 1 year ago

mentat51 commented 1 year ago

It's a try to fix the issue #49 I've only add the scale option, but the doc says that scale_x and scale_y are usable too in the factory.

By the way, the scale arg is only usable for add_sprite and addlabel now. All the others add primitives factories does'nt care of it.

For the angle arg, only add_sprite and add_polygon accept it.