Hello! Sorry my English is bad. I played a demo version of your game 8-bit Adventures-2, I liked it! I want to know how you removed the blurring of fonts and graphics in full-screen mode? I have been trying to solve this problem for several days and until the result does not please me, especially not clear pixel fonts.
Please do not use Status Updates to ask Support questions, that is not what they are meant for. I suggest you post a thread with your query in the Support forum for the engine you are using, with screenshots, and then people may be able to suggest solutions.
Thank you for the kind words! I looked into it for months, but it seems the only solution for the font is Victor Sant's Sfont plugin: https://victorenginescripts.wordpress.com/rpg-maker-mv/sfont/comment-page-1/ This uses an image instead of a font file, and bypasses RPG Maker MV's horrible hard-coded aliasing. It's a bit tricky to figure out, but there are topics on this forum which help if you do a search =)
As for the general graphics blur, I used the excellent code that KisaiTenshi created (in this topic: https://forums.rpgmakerweb.com/index.php?threads/how-to-remove-blur.47504/) to remove blur on the characters, tiles, etc. Hope that helps! =D