This commit is contained in:
LoafyLemon 2024-03-24 16:09:16 +00:00
parent d48708579b
commit d9912ece6c

View File

@ -30,8 +30,7 @@ label tutorial(entry):
return return
label .display(entry): label .display(entry):
show screen tutorial(entry) call screen tutorial(entry)
$ _choice = ui.interact()
return return
screen tutorial(entry): screen tutorial(entry):