Searched refs:touchingRightWall (Results 1 – 4 of 4) sorted by relevance
56 if ((parentObject.touchingRightWall() && velocityX > 0.0f) in update()
144 public final boolean touchingRightWall() { in touchingRightWall() method in GameObject
101 boolean goLeft = (parentObject.touchingRightWall() in update()
162 || (velocity.x > 0.0f && parentObject.touchingRightWall())) { in shouldMove()