Extra Chapters Menu

This commit is contained in:
2021-09-23 08:39:56 +10:00
parent 27701654a0
commit 33aa277c05
5 changed files with 154 additions and 2 deletions

View File

@ -25,7 +25,7 @@ screen mod_menu_button(filename, label, function):
# Reuse the same image string and keep things 'neat'.
screen mod_menu_buttons(filename, arr):
for x in arr:
use mod_menu_button(filename, x['Name'], Start(x['Label']))
use mod_menu_button(filename, x['Name'], Start(x['Label']) )
screen mod_menu():