Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DHitReactionComponent.java325 public final void setTakeHitSound(int hitType, SoundSystem.Sound sound) { in setTakeHitSound() method in HitReactionComponent
DGameObjectFactory.java906 hitReact.setTakeHitSound(HitType.HIT, sound.load(R.raw.deep_clang));
3584 hitReact.setTakeHitSound(HitType.HIT, sound.load(R.raw.sound_kabocha_hit));
3761 hitReact.setTakeHitSound(HitType.HIT, sound.load(R.raw.sound_rokudou_hit));
4377 hitReact.setTakeHitSound(HitType.COLLECT, sound.load(R.raw.ding));