add level skeleton

This commit is contained in:
2023-07-04 22:32:13 +02:00
parent 88cf7620be
commit 93b2725c8a
8 changed files with 130 additions and 12 deletions

View File

@@ -6,5 +6,6 @@ type KContextScreen struct {
}
type KContext struct {
Screen KContextScreen
Screen KContextScreen
CurrentLevel int
}