Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SmallFont *text.GoTextFace NormalFont *text.GoTextFace LargeFont *text.GoTextFace Assets *domain.Assets )
View Source
var ( TextColor = color.RGBA{ R: 247, G: 239, B: 199, A: 255, } TextDarkColor = color.RGBA{ R: 130, G: 130, B: 130, A: 255, } TextBlueColor = color.RGBA{ R: 199, G: 239, B: 247, A: 255, } TextOrangeColor = color.RGBA{ R: 247, G: 199, B: 199, A: 255, } TextPurpleColor = color.RGBA{ R: 199, G: 199, B: 247, A: 255, } TextGreenColor = color.RGBA{ R: 199, G: 247, B: 199, A: 255, } TextRedColor = color.RGBA{ R: 247, G: 199, B: 199, A: 255, } UIBackgroundColor = color.RGBA{ R: 25, G: 25, B: 25, A: 200, } OptionColor = color.RGBA{ R: 50, G: 50, B: 50, A: 255, } )
Functions ¶
func LoadAssets ¶
func MustLoadFonts ¶
func MustLoadFonts()
func UpdateFonts ¶
func UpdateFonts(size int)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.