gaudiatech / pyved-engine

cool game engine written in Python<3, built around pygame. Can be used in various projects!
https://kata.games
GNU Lesser General Public License v3.0
61 stars 6 forks source link

scale supprt in JsonBasedSprSheet #24

Closed HubertReX closed 5 months ago

HubertReX commented 5 months ago

In order to easily scale sprite sheets loaded form json, we can use meta.scale

wkta commented 5 months ago

excellent!