We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launch Application.
Create an empty Project.
Click on File > New > File and to create a Node.
Check out the Content size of Node in property inspector.
--Result: Default Content size values of Node in file types are X=0, Y=0 in points when a user creates it via File > New > File.
Drag and drop a CCColorNode in the node file.
Change its content size to x=100% and y=100% in percentage.
--Observe: CCColor Node disappears. You've to change the default content size values of root class i.e. CCNode to make it visible.
SB Version: Latest Develop Branch (2.0) SB Revision: 3c4db04 Mac OS 10.10.0 XCode 6.1
Video:https://drive.google.com/file/d/0B5-RfBatv-b8X0VIcWN6dnZMeUU/view?usp=sharing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Launch Application.
Create an empty Project.
Click on File > New > File and to create a Node.
Check out the Content size of Node in property inspector.
--Result: Default Content size values of Node in file types are X=0, Y=0 in points when a user creates it via File > New > File.
Drag and drop a CCColorNode in the node file.
Change its content size to x=100% and y=100% in percentage.
--Observe: CCColor Node disappears. You've to change the default content size values of root class i.e. CCNode to make it visible.
SB Version: Latest Develop Branch (2.0)
SB Revision: 3c4db04
Mac OS 10.10.0
XCode 6.1
Video:https://drive.google.com/file/d/0B5-RfBatv-b8X0VIcWN6dnZMeUU/view?usp=sharing
The text was updated successfully, but these errors were encountered: