Class ShipPartTileFactory

java.lang.Object
com.csse3200.game.areas.terrain.ShipPartTileFactory

public class ShipPartTileFactory extends Object
  • Method Details

    • createShipPartTile

      public static Entity createShipPartTile(com.badlogic.gdx.math.Vector2 position)
      Creates an Entity that contains a ShipPartTileComponent.
      Parameters:
      position - where the entity will be placed.
      Returns:
      Entity shipPartTile