Skip to content

Instantly share code, notes, and snippets.

@nipundavid
Created April 20, 2013 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nipundavid/5425554 to your computer and use it in GitHub Desktop.
Save nipundavid/5425554 to your computer and use it in GitHub Desktop.
protected Scene onCreateScene() {
mScene = new Scene();
mScene.setBackground(new Background(0.09804f, 0.6274f, 0.8784f));
return mScene;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment