item and npc rendering

This commit is contained in:
2023-07-07 09:14:37 +02:00
parent 8d2fcabc4b
commit fa3e43299c
13 changed files with 83 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ func main() {
EngineWrapper: &easy_ebitengine.EngineWrapper{},
Domain: &domain.Domain{},
KContext: &konstructor.KContext{
ScreenType: konstructor.DialogScreenType,
ScreenType: konstructor.PlaygroundScreenType,
ActiveMenu: domain.MainMenu,
ActiveDialog: domain.DialogTest,
CurrentLevel: 0,