Package com.dragonboat.game
Class Log
- java.lang.Object
-
- com.dragonboat.game.Obstacle
-
- com.dragonboat.game.Log
-
public class Log extends Obstacle
Represents a log obstacle on the course.
-
-
Constructor Summary
Constructors Constructor Description Log(int xPosition, int yPosition, com.badlogic.gdx.graphics.Texture texture)
Creates a log instance.
-