5253545556575859
spriteR = ResourceLoader.getImageArray(path, 6, 64, 42); } catch (IOException e) { e.printStackTrace(); } spriteL = ResourceLoader.flipImageArrayHorizontal(spriteR); animator = new Animator(spriteL, 2); animator.setRepeating(false); }
4748495051525354
spriteR = ResourceLoader.getImageArray(path, 11, 64, 18);; } catch (IOException e) { e.printStackTrace(); } spriteL = ResourceLoader.flipImageArrayHorizontal(spriteR); animator = new Animator(spriteL, 3); animator.setStartFrame(1); }