Home
last modified time | relevance | path

Searched refs:HIT_IMPULSE (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DNPCComponent.java62 private static final float HIT_IMPULSE = 300.0f; field in NPCComponent
121 parentObject.getVelocity().x = -parentObject.facingDirection.x * HIT_IMPULSE; in update()