|
As an artistic choice, I would like to activate the crt filter by default in my game. I can upload win/linux versions with crt activated by default, just by running the cartridge and activating the option in the menu. I imagine it's saving the preferences somewhere on the cartridge. It seems I can't do the same with the html version. Any way to do that in html ? Thanks! |
Answered by
nesbox
Feb 19, 2022
Replies: 2 comments 4 replies
|
You can use var Module = {canvas: document.getElementById('canvas'), arguments:['cart.tic', '--crt']} |
1 reply
Answer selected by
Darenn
|
this isnt working anymore? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
tic80 --crtcommand line parameter, also try to editindex.htmlin the exported .zip to enable CRT in HTML