Added an ending system
Word count: 292 words
This commit is contained in:
parent
d0a3798dd2
commit
630be43744
4 changed files with 1009 additions and 23 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue