Package controller


package controller
  • Class
    Description
    A controller manages elements of a certain type and is based on a layer system.
    A class to represent a layer on wich elements are drawn.
    A class to manage DungeonElements.
    The heart of the framework.
    ScreenController<T extends com.badlogic.gdx.scenes.scene2d.Actor & Removable>
    A class to manage Actor and Removables.