Advertisement
Guest User

Untitled

a guest
May 16th, 2018
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. void Slotmachine::setMoney(int money) {
  2.  
  3. texts[1].setFont(font);
  4. texts[1].setString(std::to_string(money));
  5. texts[1].setCharacterSize(45);
  6. texts[1].setColor(sf::Color(0,100,0));
  7. texts[1].setPosition(66,33);
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement