mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
i forogr
This commit is contained in:
parent
9e2d2dba01
commit
ad826215ee
@ -96,6 +96,7 @@ public class GunConfiguration implements Cloneable {
|
||||
|
||||
public static final int FIRE_MANUAL = 0;
|
||||
public static final int FIRE_AUTO = 1;
|
||||
public static final int FIRE_BURST = 2;
|
||||
|
||||
public static final int RELOAD_NONE = 0;
|
||||
public static final int RELOAD_FULL = 1;
|
||||
|
||||
@ -88,16 +88,6 @@ public class Gun45ACPFactory {
|
||||
.addKeyframe(new BusAnimationKeyframe(15, 0, 0, 10))
|
||||
.addKeyframe(new BusAnimationKeyframe(0, 0, 0, 40))));
|
||||
|
||||
//faster version of the main one, so it doesn't cut out much on the bursts
|
||||
config.animations.put(AnimType.ALT_CYCLE, new BusAnimation()
|
||||
.addBus("SLIDE", new BusAnimationSequence()
|
||||
.addKeyframe(new BusAnimationKeyframe(0, 0, 0, 5))// Wait for hammer
|
||||
.addKeyframe(new BusAnimationKeyframe(0, 0, -3.5, 20))// Slide back
|
||||
.addKeyframe(new BusAnimationKeyframe(0, 0, 0, 20)))// Return
|
||||
.addBus("HAMMER", new BusAnimationSequence()
|
||||
.addKeyframe(new BusAnimationKeyframe(15, 0, 0, 5))
|
||||
.addKeyframe(new BusAnimationKeyframe(0, 0, 0, 20))));
|
||||
|
||||
return config;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user