fix: removed mm window, made it into screen
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Zoltan Timar
2026-03-20 21:25:37 +01:00
parent 3e6fa41021
commit f79233521d
8 changed files with 252 additions and 255 deletions

View File

@@ -90,7 +90,7 @@ function Context.new_game()
Context.game_in_progress = true
MenuWindow.refresh_menu_items()
Screen.get_by_id(Context.game.current_screen).init()
MysteriousManWindow.start({
MysteriousManScreen.start({
text = [[
Norman was never a bad
simulation engineer, but

View File

@@ -18,3 +18,4 @@ Trigger = {}
Discussion = {}
AsciiArt = {}
Ascension = {}
MysteriousManScreen = {}