Corrected small backjump glitch.
added Forward Rounhouse move to Blue's attack list.
This commit is contained in:
parent
cd1aa79277
commit
adfcf068e6
@ -467,7 +467,7 @@ public class BlueBaseFrames {
|
||||
private static Frame BackJumpFrame3(){
|
||||
//movement data
|
||||
double moveX = -10.0;
|
||||
double moveY = 9.0;
|
||||
double moveY = -9.0;
|
||||
|
||||
//cancelData
|
||||
boolean normalC = true;
|
||||
@ -505,7 +505,7 @@ public class BlueBaseFrames {
|
||||
private static Frame BackJumpFrame4(){
|
||||
//movement data
|
||||
double moveX = -10.0;
|
||||
double moveY = 18.0;
|
||||
double moveY = -18.0;
|
||||
|
||||
//cancelData
|
||||
boolean normalC = true;
|
||||
|
@ -31,7 +31,7 @@ public class CharacterBlue {
|
||||
Jump nJ = new Jump(njcmd,nJumpF);
|
||||
Jump bJ = new Jump(bjcmd,bJumpF);
|
||||
|
||||
Attack[] atks = {blueLDP(),blueCrouchFierce(),blueCrouchJab(),blueStandHeavyKick(),blueStandJab(),blueFordwardRoundHouse()};
|
||||
Attack[] atks = {blueLDP(),blueFordwardRoundHouse(),blueCrouchFierce(),blueCrouchJab(),blueStandHeavyKick(),blueStandJab(),blueFordwardRoundHouse()};
|
||||
|
||||
/*
|
||||
* Temporary values to change later
|
||||
|
Loading…
x
Reference in New Issue
Block a user