-
Notifications
You must be signed in to change notification settings - Fork 2
erikolsson/Cocos2d-Debug-Layer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Debug layer for Cocos2d. Usage: CocosDebugLayer *debugLayer = [CocosDebugLayer node]; [self addChild:debugLayer z:10000]; Post messages like this: NSString *message = [NSString stringWithFormat:@"New value: %f", value]; [[NSNotificationCenter defaultCenter] postNotificationName:@"LogMessage" object:message];
About
Debug layer for Cocos2d
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published