littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graph.node.resource
/
Theme
/
Theme
Theme
fun
Theme
(
drawables
:
Map
<
String
,
Map
<
String
,
Drawable
>
>
=
mapOf()
,
fonts
:
Map
<
String
,
Map
<
String
,
BitmapFont
>
>
=
mapOf()
,
colors
:
Map
<
String
,
Map
<
String
,
Color
>
>
=
mapOf()
,
constants
:
Map
<
String
,
Map
<
String
,
Int
>
>
=
mapOf()
,
defaultFont
:
BitmapFont
?
=
null
)