I have created a UI for my game. after published project from cocostudio I have got .csb file. how to use it in my game?
how to use .csb file after published project from cocostudio
7.7k Views Asked by DDa At
2
I have created a UI for my game. after published project from cocostudio I have got .csb file. how to use it in my game?
#include"cocostudio.h"
Node* node = CSLoader::createNode("background.csb");
it will be helpful for you