Example #1
0
        public DerpAttack(double x, double y, int dir)
        {
            this.x   = x;
            this.y   = y;
            this.dir = dir;

            key = new SortKey(y);

            graphic     = textures["small-close"];
            graphicInfo = textureInfo["small-close"];

            lastTick = DateTime.Now;
        }