playground header, font scaling

This commit is contained in:
2023-07-08 10:59:46 +02:00
parent 09959a8932
commit 3947c34b4c
9 changed files with 78 additions and 32 deletions

View File

@@ -7,6 +7,7 @@ type KContext struct {
CurrentLevel int
CurrentPlayground int
Multiplayer bool
LiveCount int
}
func (c *KContext) ScreenTypeIs(name ScreenType) bool {