Exemplo n.º 1
0
 public LevelUp(ScreenState screenState, int partyIndex)
     : base(60, 
            (partyIndex * (screenState.Height / 4 - 6)) + 190, 
            width, 
            height)
 {
 }
Exemplo n.º 2
0
 public LevelUp(ScreenState screenState, int partyIndex)
     : base(60,
            (partyIndex * (screenState.Height / 4 - 6)) + 190,
            width,
            height)
 {
 }
Exemplo n.º 3
0
 public MateriaLevelUp(ScreenState state, int partyIndex)
     : base((state.Width / 2) - (width / 2),
            (partyIndex * (state.Height / 4 - 6)) + 190)
 {
 }
Exemplo n.º 4
0
 public Mastered(ScreenState state)
     : base((state.Width / 2) - (width / 2),
            10)
 {
 }
Exemplo n.º 5
0
 public MateriaLevelUp(ScreenState state, int partyIndex)
     : base((state.Width / 2) - (width / 2), 
            (partyIndex * (state.Height / 4 - 6)) + 190)
 {
 }
Exemplo n.º 6
0
 public Mastered(ScreenState state)
     : base((state.Width / 2) - (width / 2), 
            10)
 {
 }