Example #1
0
 public CharacterArgs(string character, string[] sprite, AnimationSettings animationConfig)
 {
     Character       = character;
     Sprite          = sprite;
     AnimationConfig = animationConfig;
 }
Example #2
0
 public BackgroundArgs(string name, AnimationSettings animationConfig = null)
 {
     Background      = name;
     AnimationConfig = animationConfig;
 }
Example #3
0
 void SetupBackgroundAnimation(AnimationSettings args)
 {
     //SceneBackground.Move(args);
 }