|
|
|
|
@ -283,9 +283,9 @@ class ReplayerAnimator(var handHistory: HandHistory, var export: Boolean) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
val chipTextSize = this.chipRadius |
|
|
|
|
this.potChipCircle = Circle(centerX, centerY - 5f * chipTextSize, this.chipRadius) |
|
|
|
|
this.potTextPoint = TextPoint(centerX, centerY - 3f * chipTextSize, chipTextSize) |
|
|
|
|
this.totalPotTextPoint = TextPoint(centerX, centerY - 2f * chipTextSize, chipTextSize) |
|
|
|
|
this.potChipCircle = Circle(centerX, centerY - 5.2f * chipTextSize, this.chipRadius) |
|
|
|
|
this.potTextPoint = TextPoint(centerX, centerY - 3.2f * chipTextSize, chipTextSize) |
|
|
|
|
this.totalPotTextPoint = TextPoint(centerX, centerY - 2.2f * chipTextSize, chipTextSize) |
|
|
|
|
|
|
|
|
|
val playerCount = this.handHistory.numberOfPlayers |
|
|
|
|
|
|
|
|
|
|