package com.niw.slappybug; public class Consts { public final static int SCREEN_HEIGHT = 800; public final static int SCREEN_WIDTH = 480; }