Add ??? buttons for endings not 0b1111

This commit is contained in:
Nutbuster 2021-09-23 08:57:21 +10:00
parent 33aa277c05
commit f5ec200dc8
1 changed files with 2 additions and 0 deletions

View File

@ -106,3 +106,5 @@ screen ex_ch_menu():
#use ex_ch_button("gui/button/menubuttons/template_idle.png", str(e), ShowMenu("main_menu"))
if len(ex_chapters_menu):
use ex_ch_buttons("gui/button/menubuttons/template_idle.png", ex_chapters_menu )
for x in range(0, len(ex_chapters) - len(ex_chapters_menu)):
use ex_ch_button("gui/button/menubuttons/template_idle.png", "???", None)