Menu

#8 Small UI improvement

1.0
closed
None
2020-12-27
2020-12-22
A. T
No

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!

Discussion

  • Nilsson Opel

    Nilsson Opel - 2020-12-27
    • status: open --> accepted
     
  • Nilsson Opel

    Nilsson Opel - 2020-12-27
    • status: accepted --> closed
    • assigned_to: Nilsson Opel
     
  • Nilsson Opel

    Nilsson Opel - 2020-12-27

    Done in 27/Dec/2020

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.