Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Is there a javascript command to call the Pixel Perfect option so I can use it in a custom video options menu? I have them appearing in the default menu but I want to be able to toggle the pixel perfect mode from a custom menu as seen in the image.

If you look at line 307 in the plugin where I extend the default options menu functionality that adds options (Window_Options.prototype.addGeneralOptions), if your custom video options menu functions similarly you might be able to just do the same method extension to add it to yours as well.

Is your menu a public plugin? If so I could take a look for you :)