Advertisement
Guest User

Untitled

a guest
May 29th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Haxe 0.26 KB | None | 0 0
  1.         tooltips.register(rollback.cards[0].button, genTooltip(
  2.                           function():String
  3.                           {
  4.                               return "<font color='#00FF00'>Upgrade Sale</font>\nsample text\nsample text sample text";
  5.                           },
  6.                           200, 100, 0),
  7.                           new IntPoint(39-27, 95));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement