Added an ending system

Word count: 292 words
This commit is contained in:
Jacoder23 2024-04-05 17:26:40 +08:00
parent d0a3798dd2
commit 630be43744
4 changed files with 1009 additions and 23 deletions

View file

@ -27,6 +27,8 @@ screen main_menu():
textbutton _("Load") action ShowMenu("load")
textbutton _("Endings") action ShowMenu("ending_gallery")
textbutton _("Preferences") action ShowMenu("preferences")
textbutton _("About") action ShowMenu("about")