Hi!
I´m trying to put an SkLabel on the screen to display a score.
The int is set up and it is increasing but the label isn´t updating...
What can I put under my:
To make is update and display the correct score?
Thanks
I´m trying to put an SkLabel on the screen to display a score.
The int is set up and it is increasing but the label isn´t updating...
What can I put under my:
Code:
-(void)update:(CFTimeInterval)currentTime {
}
Thanks