Пример #1
0
        public Block(Color color, double x, double y, int width, int height)
        {
            Color  = color;
            X      = x;
            Y      = y;
            Width  = width;
            Height = height;

            CollisionBitmap = SplashKit.CreateBitmap("Block", Width, Height);
        }