This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- NES Tetris: DAS Trainer Plugin for FCEUX | |
| -- by Tom Lokovic. Explanation: https://www.youtube.com/watch?v=JeccfAI_ujo | |
| -- altered by LUPHORIA to add a "BAD DROP" score counter and the "DAS Explainer" from the same author. | |
| function draw_penalty_box() | |
| gui.drawbox(89,41,180,226,"clear","white"); | |
| gui.drawbox(95,47,175,208,"clear","white"); | |
| gui.drawbox(90,42,179,46,"red"); | |
| gui.drawbox(90,209,179,225,"red"); | |
| gui.drawbox(90,47,94,208,"red"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| This is a "bookmarklet" - allowing you to visit a webpage within a streaming service, then click this button to immediately | |
| go to the lucida website's download page for that release! | |
| Currently does not support grabbing the "now playing". | |
| TO INSTALL: just COPY the __entire__ last line (line 15), make a new bookmark, and then, edit the bookmark's URL, so that instead of a | |
| URL, it is the code you just copied! | |
| TO USE: just CLICK on the bookmark on any* streaming release webpage you're on! |