Exemplo n.º 1
0
        protected override void LoadContent()
        {
            spriteBatch = new SpriteBatch(GraphicsDevice);

            EntityTest();

            PathTest();

            SpriteScaler.Scale();
        }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     scaler = GetComponent <SpriteScaler> ();
 }