public Effect_FadeIn(IntroCutscene game)
 {
     this.game = game;
 }
 public Kitty_Cutscene(IntroCutscene game)
 {
     this.game = game;
     position  = Vector2.Zero;
     velocity  = Vector2.Zero;
 }