ladybird/Userland/Libraries/LibCards
Sam Atkins 435e53fcfe LibCards: Remove card-back-image scaling
This was giving wonky results with images that do not fill the entire
card - and it's also unnecessary, since the Buggie image we have been
using, and the two I will be adding, are all small enough to not need
scaling anyway. :^)
2022-08-22 12:50:41 +02:00
..
Card.cpp LibCards: Centralise card bitmap creation 2022-08-22 12:50:41 +02:00
Card.h LibCards: Centralise card bitmap creation 2022-08-22 12:50:41 +02:00
CardGame.cpp LibCards: Make the card back image configurable 2022-08-22 12:50:41 +02:00
CardGame.h LibCards: Add a CardGame base class 2022-08-22 12:50:41 +02:00
CardPainter.cpp LibCards: Remove card-back-image scaling 2022-08-22 12:50:41 +02:00
CardPainter.h LibCards: Make the card back image configurable 2022-08-22 12:50:41 +02:00
CardStack.cpp LibCards+Games: Replace card "value" int with a Rank enum 2022-08-22 12:50:41 +02:00
CardStack.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
CMakeLists.txt LibCards: Centralise card bitmap creation 2022-08-22 12:50:41 +02:00