Example #1
0
 public override void Show()
 {
     base.Show();
     giftBox.PlayAnimation("box", true);
     timeEslapsed    = 0f;
     message.Visible = false;
     randomBall      = new RandomBall(GameSettingHelper.GetRandomBall().LargeSpritePath);
     glowing.Visible = false;
     ExtendedGame.AssetManager.PlaySoundEffect("Sounds/snd_gift");
 }