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