Exemplo n.º 1
0
        public ScreenDimensions Block_Rotation(block_rotation rot)
        {
            ScreenDimensions wr = new ScreenDimensions();

            Rotation = rot;
            Build();
            set_block_position(ref wr);
            return(wr);
        }
Exemplo n.º 2
0
 public Tiles(block_rotation newAngle, image_type newType)
 {
     this.angle = newAngle;
     this.type  = newType;
 }