Hello,
I have the following code
SkeletonAnimation *zap = SkeletonAnimation::createWithJsonFile("res/SideKicks/zapper.json", "res/SideKicks/zapper.atlas",JSON_SCALE);
this->addChild(zap);
How do i get the value of the JSON_SCALE from another class.
thanks