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

@@ -12,13 +12,14 @@ func main() {
k := konstructor.Konstructor{
KContext: &konstructor.KContext{
Screen: konstructor.KContextScreen{
Type: "dialog",
Value: "TestDialog",
Type: "playground",
Value: "",
},
CurrentLevel: 0,
},
Domain: &domain.Domain{
Context: domain.Context{
Player: domain.Player{
PlayerState: domain.PlayerState{
Name: "Player One",
},
User: domain.User{