SteamedPears / 3004-SevenWonders

Seven Wonders project for 3004
1 stars 1 forks source link

Slight card size differences causes gui to jostle #178

Closed Gankra closed 11 years ago

Gankra commented 11 years ago

Fix both dimensions to prevent this.

spratt commented 11 years ago

What?

Gankra commented 11 years ago

When you click on different cards in your hands, the slight size differences in the images causes the resources listing to bounce around.

spratt commented 11 years ago

Ah, I see it now.

spratt commented 11 years ago

The cards are resized from original...and they're set to two or three different sizes throughout the UI. I hate this.

Gankra commented 11 years ago

Just figure out a reasonable aspect ratio and make otherDimension = dimension*aspectRatio.

spratt commented 11 years ago

On 2013-04-09 12:36 AM, Alexis Beingessner wrote:

Just figure out a reasonable aspect ratio and make otherDimension = dimension*aspectRatio. Ah, I get it.