fostorial / Legedit2

10 stars 13 forks source link

Fix for #9 LegEdit2 only uses the last read card width/height for all cards #24

Closed bloodwurm closed 5 years ago

bloodwurm commented 5 years ago

The information was stored in a static location and was used globally for each card. Moved it into the base class CardType instead so that each template can have its own dimensions.