Guest User

Untitled

a guest
Jun 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Sprite *mySprite = [Sprite spriteWithFile:@"red.png"];
  2. [self add: mySprite z:0 tag:1];
  3. myLabelAtlas = [LabelAtlas labelAtlasWithString:@"123 Test" charMapFile:@"tuffy_bold_italic-charmap.png" itemWidth:48 itemHeight:64 startCharMap:' '];
  4. NSString *tempString = @"7";
  5. [myLabelAtlas setString:tempString];
Add Comment
Please, Sign In to add comment