Game Development Reference
In-Depth Information
Figure 13-15 . SpriteBuilder v1.3 projects include some Android-specific files
First of all, there is a Platforms group, which contains iOS, Android, and Mac groups with
files specific to each platform. The Source/Platforms/Android group contains the HelloS-
priteBuilderActivity.java file. The contents of the file are reprinted in Listing 13-1 .
Listing 13-1 . The HelloSpriteBuilderActivity.java file
package org.cocos2d.HelloSpriteBuilder;
import org.cocos2d.CCActivity;
public class HelloSpriteBuilderActivity extends CCActivity {
}
Search WWH ::




Custom Search