shangwyoung / Space_Station_Auction

WT 2016
2 stars 0 forks source link

Card Images #20

Open svouse opened 8 years ago

svouse commented 8 years ago

How visualization for stats and icons will work for each card

nickmusic commented 8 years ago

I accidentally created a similar issue. We have a rudimentary method for this currently, but we need one that produces the real card now including the icons rather than simply displaying the array in text form. We could either store different parts of the cards as images and put them together on the canvas per card, or we could use the canvas methods like create_rectangle to make our own (or some combination of both)