public void AddAnimation(string name, SpriteAnimation animation) { _animations.Add(name, animation); }