We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
add following metadata to cart:
and implement method to edit meta info
The text was updated successfully, but these errors were encountered:
added cartridge metadata like in example below:
-- title: game title -- author: game developer -- desc: short description -- script: lua (or moonscript) -- input: gamepad (or mouse) function TIC() cls() print("HELLO WORLD!") end
to enable Moonscript use -- script: moonscript tag
-- script: moonscript
Sorry, something went wrong.
What about add also the palette? In a way similar to the config file?
@effer will do, pls create separate issue. thanks
nesbox
No branches or pull requests
add following metadata to cart:
and implement method to edit meta info
The text was updated successfully, but these errors were encountered: