Created
April 29, 2016 17:42
-
-
Save baileysh9/4f0293b2174b5c33c413c16287400978 to your computer and use it in GitHub Desktop.
CocosDemoApp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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