Package de.gurkenlabs.litiengine.gui.screens
package de.gurkenlabs.litiengine.gui.screens
-
ClassDescriptionA default screen implementation that renders the game's current environment.Represents the resolution of the game window consisting of the width and height and information about the ratio.Contains predefined
Resolutionswith an aspect ratio of 16:10.Contains predefinedResolutionswith an aspect ratio of 16:9.Contains predefinedResolutionswith an aspect ratio of 4:3.Contains predefinedResolutionswith an aspect ratio of 5:4.Screens are the containers that allow you to organize the visible contents of your game.This event is fired when the screen changes in the game.Listener interface for receiving screen changed events.TheScreenManagerholds instances of all available screens and handles whenever a differentScreenshould be shown to the player.