public AnimationsPalette()
 {
     _animationsScroll = new AnimationsScroll(15, X + 163, Y);
     _animationSelector = new AnimationSelector(X, Y, YIncrement, _animationsScroll);
     _animationNameEditor = new AnimationNameEditor(_animationSelector, _animationsScroll, X + 33, Y);
 }
Exemplo n.º 2
0
 public AnimationsPalette()
 {
     _animationsScroll    = new AnimationsScroll(15, X + 163, Y);
     _animationSelector   = new AnimationSelector(X, Y, YIncrement, _animationsScroll);
     _animationNameEditor = new AnimationNameEditor(_animationSelector, _animationsScroll, X + 33, Y);
 }