Ejemplo n.º 1
0
 public IceFlowerSprite(Vector2 location)
 {
     iceFlowerSpriteSheet = ItemSpriteTextureStorage.CreateIceFlowerSprite();
     this.location        = location;
     iceFlowerSprite      = new AnimatedSprite(iceFlowerSpriteSheet, UtilityClass.one, UtilityClass.generalTotalFramesAndSpecializedRows, location, UtilityClass.two);
     collisionRectangle   = iceFlowerSprite.returnCollisionRectangle();
 }