Class Exit

java.lang.Object
nz.ac.vuw.ecs.swen225.gp22.domain.Tile
nz.ac.vuw.ecs.swen225.gp22.domain.Exit

public class Exit extends Tile
Represents a tile that will transition to the next level when the player walks onto the tile.
Author:
Abdul
  • Constructor Details

    • Exit

      public Exit(Maze.Point tilePos)
      Default constructor, sets the position the tile, and obstructiveness to false.
      Parameters:
      tilePos - Point to set the position field to.
  • Method Details