gg: fixes and Android support (#6161)

This commit is contained in:
spaceface777 2020-08-19 07:10:42 +02:00 committed by GitHub
parent c42ca84850
commit c1651bd271
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 118 additions and 57 deletions

View file

@ -25,12 +25,12 @@ const (
const (
text_cfg = gx.TextCfg{
align:gx.align_left
align:.left
size:text_size
color:gx.rgb(0, 0, 0)
}
over_cfg = gx.TextCfg{
align:gx.align_left
align:.left
size:text_size
color:gx.white
}