Exemplo n.º 1
0
        static Bird()
        {
            Bitmap bmp = new Bitmap(@"Textures\img_bird.png");

            birdImgs  = ImgWorker.SplitImage(bmp, 2, 10).ToArray();
            aliveBird = 0;
        }
Exemplo n.º 2
0
 static Tree()
 {
     treeImgs = ImgWorker.SplitImage(new Bitmap(@"Textures\img_tree.png"), 2, 1).ToArray();
 }