Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. namespace CocosDemo
  2. {
  3. public class App : Application
  4. {
  5. static public int ScreenHeight;
  6. static public int ScreenWidth;
  7.  
  8. public App ()
  9. {
  10. // The root page of your application
  11. MainPage = new GamePage();
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement