Advertisement
dmesticg

textfile

Jun 18th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. turn=0
  2. cardw=80
  3. cardl=110
  4. betamount = 0
  5. start_text = [450,310,100,50,"START"]
  6. bet_text = [780,100,200,50,"Raise"]
  7. negatory_text = [780,150,50,50,"-"]
  8. pository_text = [930,150,50,50,"+"]
  9. amount_text = [820,150,110,50,"$"]
  10. check_text = [780,200,200,50,"check"]
  11. fold_text = [780,250,200,50,"fold"]
  12. call_text = [780,300,200,50,"call"]
  13. drawtwocards_text = [780,350,200,50,"change card"]
  14. balance_text = [100,70,250,50,"balance:$"]
  15. message_text = [450,20,500,50,""]
  16. whichmenu = 0
  17. menuboxes = []
  18. handsize = 5
  19. numberofplayers =2
  20. trueholder = [False,False,False,False,False]
  21. cardw = 80
  22. cardl = 110
  23. lel = True
  24. p1name = "Sina"
  25. p2name = "Varun"
  26. startbal = 100
  27. player1bal = 1000
  28. player2bal = 1000
  29. numsuit = 4
  30. numcard = 13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement