This commit is contained in:
Antoine 2021-06-20 01:24:45 +02:00
parent b4d8ce858a
commit 03851448f4

View File

@ -100,7 +100,7 @@ public class BlueMisc {
Frame f = new Frame(0.0,6.0,phb,ahb,pthb,athb,pushB,
//cancels (in order : normal, special, jump, move, dash)
false,false,true,false,false);
f.setSpriteWrap(714,0,102,120);
f.setSpriteWrap(14*138,139,138,138);
return f;
}
private static Frame fDash4() {
@ -131,7 +131,7 @@ public class BlueMisc {
Frame f = new Frame(0.0,0.0,phb,ahb,pthb,athb,pushB,
//cancels (in order : normal, special, jump, move, dash)
false,false,true,false,false);
f.setSpriteWrap(102,0,102,120);
f.setSpriteWrap(14*138,139,138,138);
return f;
}
protected static Frame[] blueFDash() {
@ -172,7 +172,7 @@ public class BlueMisc {
Frame f = new Frame(0.0,0.0,phb,ahb,pthb,athb,pushB,
//cancels (in order : normal, special, jump, move, dash)
false,false,false,false,false);
f.setSpriteWrap(102,0,102,120);
f.setSpriteWrap(14*138,139,138,138);
return f;
}
private static Frame bDash2() {
@ -203,7 +203,7 @@ public class BlueMisc {
Frame f = new Frame(0.0,-12.0,phb,ahb,pthb,athb,pushB,
//cancels (in order : normal, special, jump, move, dash)
false,false,false,false,false);
f.setSpriteWrap(816,0,102,120);
f.setSpriteWrap(14*138,139,138,138);
return f;
}
private static Frame bDash3() {
@ -234,7 +234,7 @@ public class BlueMisc {
Frame f = new Frame(0.0,-6.0,phb,ahb,pthb,athb,pushB,
//cancels (in order : normal, special, jump, move, dash)
false,false,false,false,false);
f.setSpriteWrap(714,0,102,120);
f.setSpriteWrap(14*138,139,138,138);
return f;
}
private static Frame bDash4() {
@ -265,7 +265,7 @@ public class BlueMisc {
Frame f = new Frame(0.0,0.0,phb,ahb,pthb,athb,pushB,
//cancels (in order : normal, special, jump, move, dash)
false,false,false,false,false);
f.setSpriteWrap(102,0,102,120);
f.setSpriteWrap(14*138,139,138,138);
return f;
}