Searched refs:touchingLeftWall (Results 1 – 4 of 4) sorted by relevance
57 || (parentObject.touchingLeftWall() && velocityX < 0.0f)){ in update()
136 public final boolean touchingLeftWall() { in touchingLeftWall() method in GameObject
104 boolean goRight = (parentObject.touchingLeftWall() in update()
161 if ((velocity.x < 0.0f && parentObject.touchingLeftWall()) in shouldMove()