Skip to content

A cocos2d-x class that allows you to create cool animated buttons.

Notifications You must be signed in to change notification settings

mfadliishak/CustomButton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CustomButton

A cocos2d-x class that allows you to create cool animated buttons.

Alt Text

Usage:

UICustom::CustomButton *cb = UICustom::CustomButton::create(UICustom::CUSTOM_BUTTON_IMAGES::SQUARE, UICustom::COLOR::GREEN, nullptr, [=](Ref *sender){
    
    log("Button pressed");
});
this->addChild(cb);

About

A cocos2d-x class that allows you to create cool animated buttons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%