bDash
This commit is contained in:
parent
b4d8ce858a
commit
03851448f4
@ -100,7 +100,7 @@ public class BlueMisc {
|
|||||||
Frame f = new Frame(0.0,6.0,phb,ahb,pthb,athb,pushB,
|
Frame f = new Frame(0.0,6.0,phb,ahb,pthb,athb,pushB,
|
||||||
//cancels (in order : normal, special, jump, move, dash)
|
//cancels (in order : normal, special, jump, move, dash)
|
||||||
false,false,true,false,false);
|
false,false,true,false,false);
|
||||||
f.setSpriteWrap(714,0,102,120);
|
f.setSpriteWrap(14*138,139,138,138);
|
||||||
return f;
|
return f;
|
||||||
}
|
}
|
||||||
private static Frame fDash4() {
|
private static Frame fDash4() {
|
||||||
@ -131,7 +131,7 @@ public class BlueMisc {
|
|||||||
Frame f = new Frame(0.0,0.0,phb,ahb,pthb,athb,pushB,
|
Frame f = new Frame(0.0,0.0,phb,ahb,pthb,athb,pushB,
|
||||||
//cancels (in order : normal, special, jump, move, dash)
|
//cancels (in order : normal, special, jump, move, dash)
|
||||||
false,false,true,false,false);
|
false,false,true,false,false);
|
||||||
f.setSpriteWrap(102,0,102,120);
|
f.setSpriteWrap(14*138,139,138,138);
|
||||||
return f;
|
return f;
|
||||||
}
|
}
|
||||||
protected static Frame[] blueFDash() {
|
protected static Frame[] blueFDash() {
|
||||||
@ -172,7 +172,7 @@ public class BlueMisc {
|
|||||||
Frame f = new Frame(0.0,0.0,phb,ahb,pthb,athb,pushB,
|
Frame f = new Frame(0.0,0.0,phb,ahb,pthb,athb,pushB,
|
||||||
//cancels (in order : normal, special, jump, move, dash)
|
//cancels (in order : normal, special, jump, move, dash)
|
||||||
false,false,false,false,false);
|
false,false,false,false,false);
|
||||||
f.setSpriteWrap(102,0,102,120);
|
f.setSpriteWrap(14*138,139,138,138);
|
||||||
return f;
|
return f;
|
||||||
}
|
}
|
||||||
private static Frame bDash2() {
|
private static Frame bDash2() {
|
||||||
@ -203,7 +203,7 @@ public class BlueMisc {
|
|||||||
Frame f = new Frame(0.0,-12.0,phb,ahb,pthb,athb,pushB,
|
Frame f = new Frame(0.0,-12.0,phb,ahb,pthb,athb,pushB,
|
||||||
//cancels (in order : normal, special, jump, move, dash)
|
//cancels (in order : normal, special, jump, move, dash)
|
||||||
false,false,false,false,false);
|
false,false,false,false,false);
|
||||||
f.setSpriteWrap(816,0,102,120);
|
f.setSpriteWrap(14*138,139,138,138);
|
||||||
return f;
|
return f;
|
||||||
}
|
}
|
||||||
private static Frame bDash3() {
|
private static Frame bDash3() {
|
||||||
@ -234,7 +234,7 @@ public class BlueMisc {
|
|||||||
Frame f = new Frame(0.0,-6.0,phb,ahb,pthb,athb,pushB,
|
Frame f = new Frame(0.0,-6.0,phb,ahb,pthb,athb,pushB,
|
||||||
//cancels (in order : normal, special, jump, move, dash)
|
//cancels (in order : normal, special, jump, move, dash)
|
||||||
false,false,false,false,false);
|
false,false,false,false,false);
|
||||||
f.setSpriteWrap(714,0,102,120);
|
f.setSpriteWrap(14*138,139,138,138);
|
||||||
return f;
|
return f;
|
||||||
}
|
}
|
||||||
private static Frame bDash4() {
|
private static Frame bDash4() {
|
||||||
@ -265,7 +265,7 @@ public class BlueMisc {
|
|||||||
Frame f = new Frame(0.0,0.0,phb,ahb,pthb,athb,pushB,
|
Frame f = new Frame(0.0,0.0,phb,ahb,pthb,athb,pushB,
|
||||||
//cancels (in order : normal, special, jump, move, dash)
|
//cancels (in order : normal, special, jump, move, dash)
|
||||||
false,false,false,false,false);
|
false,false,false,false,false);
|
||||||
f.setSpriteWrap(102,0,102,120);
|
f.setSpriteWrap(14*138,139,138,138);
|
||||||
return f;
|
return f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user