private void AxisButtonDownMovement(GameboyAxisButtonType butonDir)
 {
     backgroundMoveState = true;
 }
 private void AxisButtonUpMovement(GameboyAxisButtonType butonDir)
 {
     backgroundMoveState = false;
 }
Beispiel #3
0
 private void ButtonRight(GameboyAxisButtonType butonDir)
 {
 }
Beispiel #4
0
 private void ButtonLeft(GameboyAxisButtonType butonDir)
 {
 }
Beispiel #5
0
 private void ButtonDown(GameboyAxisButtonType butonDir)
 {
 }
Beispiel #6
0
 private void ButtonUpMovement(GameboyAxisButtonType butonDir)
 {
     animator.SetBool("Walk", false);
 }
Beispiel #7
0
 private void ButtonDownMovement(GameboyAxisButtonType butonDir)
 {
     animator.SetBool("Walk", true);
 }