Merge branch 'Monster-Update-6' of https://git.snootgame.xyz/Cavemanon/SnootGame into Monster-Update-6

This commit is contained in:
2021-10-05 07:36:56 +11:00
5 changed files with 151 additions and 4 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():