HomeSort by relevance Sort by last modified time
    Searched refs:touchingLeftWall (Results 1 - 4 of 4) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
SimplePhysicsComponent.java 57 || (parentObject.touchingLeftWall() && velocityX < 0.0f)){
GameObject.java 136 public final boolean touchingLeftWall() {
NPCAnimationComponent.java 161 if ((velocity.x < 0.0f && parentObject.touchingLeftWall())
PatrolComponent.java 104 boolean goRight = (parentObject.touchingLeftWall()

Completed in 487 milliseconds