small changes in match

This commit is contained in:
Azra Victor
2021-06-10 13:28:58 +02:00
committed by no
parent fba6c50de0
commit 0939c047ad
2 changed files with 9 additions and 7 deletions

View File

@ -35,7 +35,7 @@ public class BlueBaseFrames {
pthb.add(bStandPTHB1);
Frame blueStandframe1 = new Frame(0.0,0.0,phb,new ArrayList<Active_HitBox>(),pthb,new ArrayList<Active_throw_Hitbox>(),
bStandPB1,true,true,true,true,true);
blueStandframe1.setSpriteWrap(112,0,112,120);
blueStandframe1.setSpriteWrap(0,0,112,120);
return blueStandframe1;
}