Package-level declarations
Types
Link copied to clipboard
A Drawable with no size or margin and draws nothing.
Link copied to clipboard
class Environment
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A Drawable for a TextureSlice.
Link copied to clipboard
Functions
Link copied to clipboard
fun createDefaultTheme(extraDrawables: Map<String, Map<String, Drawable>> = mapOf(), extraFonts: Map<String, Map<String, BitmapFont>> = mapOf(), extraColors: Map<String, Map<String, Color>> = mapOf(), extraConstants: Map<String, Map<String, Int>> = mapOf(), defaultFont: BitmapFont? = null): Theme
Creates a new Theme using the default theme values and allowing to add or override any additional theme values.
Link copied to clipboard
Returns the EmptyDrawable singleton object.
Link copied to clipboard