Modifier and Type | Method and Description |
---|---|
AbstractSquidScreen.SquidScreenInput<T> |
AbstractSquidScreen.toSquidScreenInput() |
Constructor and Description |
---|
AbstractSquidScreen(AbstractSquidScreen.SquidScreenInput<T> ssi)
Here's what the content of
ssi must be:
A size manager that is correct w.r.t. |
AbstractTextScreen(AbstractSquidScreen.SquidScreenInput<T> ssi,
List<squidpony.panel.IColoredString<T>> text,
int[] alignment) |
TextScreen(AbstractSquidScreen.SquidScreenInput<com.badlogic.gdx.graphics.Color> si,
List<squidpony.panel.IColoredString<com.badlogic.gdx.graphics.Color>> text,
int[] alignment)
|
Copyright © 2012–2016. All rights reserved.