mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 19:12:31 +08:00
When the cards are dealt at the start of a Klondike Step 5 game there are multiple occurrences of unrealistic behaviors: - Several cards being dealt may come from the middle of the Stock Pile, - Cards that are dealt early can be seen moving in front of cards that are dealt later. Each card dealt should be rendered on the top of the Stock Pile and should be seen to come from there. During the deal, later cards dealt are placed on top of earlier ones, so later cards should be seen to move in front of earlier ones when they are travelling from the Stock Pile to their positions in the layout. Co-authored-by: Lukas Klingsbo <me@lukas.fyi>