forked from Cavemanon/SnootGame
Extra Chapters Menu
This commit is contained in:
@ -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():
|
||||
|
||||
|
Reference in New Issue
Block a user