Small UI improvement
Free Texas Holdem Poker game using HTML5, CSS and JavaScript
Brought to you by:
nilssonopel
Hi,
I was playing "World Class Poker" game on my computer and I noticed that the call button has the cash amount next to it each time.
These are the lines I modified and it works really well:
var to_call = current_bet_amount - players[0].subtotal_bet; var call_button_text = "<u>C</u>all" + " $" + to_call;
I think it's really convenient because it's easy to see... Let me know what you think. Thank you!
Done in 27/Dec/2020