Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Allow for PETSCII or Koala/Art Menus #16

Open
chriskewl opened this issue Jan 20, 2023 · 1 comment
Open

Feature: Allow for PETSCII or Koala/Art Menus #16

chriskewl opened this issue Jan 20, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@chriskewl
Copy link

By allowing menugfx to be a choice in each menu, you can have cool menus.

[MAINMENU]
title = Main Menu
sections = 3
menugfx=${PATHS:seqfiles}mainmenu.seq
;Will be trailed by a single space at runtime
prompt = Your choice:

Or if you want a Koala file for a menu...

[MAINMENU]
title = Main Menu
sections = 3
menugfx=${PATHS:artfiles}mainmenu.koa
;Will be trailed by a single space at runtime
prompt = Your choice:

The code will see the extension and determine what to do for that menu. You can get real fancy with menus if you allow Koala art.

@retrocomputacion retrocomputacion added the enhancement New feature or request label Jan 20, 2023
@retrocomputacion
Copy link
Owner

Nice, I like this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants