Skip to content

Instantly share code, notes, and snippets.

@baileysh9
Created April 29, 2016 17:42
Show Gist options
  • Save baileysh9/4f0293b2174b5c33c413c16287400978 to your computer and use it in GitHub Desktop.
Save baileysh9/4f0293b2174b5c33c413c16287400978 to your computer and use it in GitHub Desktop.
CocosDemoApp
namespace CocosDemo
{
public class App : Application
{
static public int ScreenHeight;
static public int ScreenWidth;
public App ()
{
// The root page of your application
MainPage = new GamePage();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment