playground and object drawer skeleton

This commit is contained in:
2023-07-06 16:35:14 +02:00
parent 701205ac82
commit 2fcf6f4fdc
11 changed files with 56 additions and 20 deletions

View File

@@ -1,10 +1,11 @@
package entity
type KContext struct {
ScreenType ScreenType
ScreenValue string
CurrentLevel int
Players []Player
ScreenType ScreenType
ScreenValue string
CurrentLevel int
CurrentPlayground int
Players []Player
}
func (c *KContext) getPrimaryPlayer() Player {