singkamatis
New Member
- Apr 16, 2022
- 4
- 1
- 62
Kinda noob question, but what's the software used on this? I can't change the code on the one I had (which I have no clue).If you want the game to always start in fullscreen and without linear filtering:Go to:
This works for Summer Memories as well as Winter Memories!
{install dir}\www\js\main.js
and add this:
View attachment 3237326Code:FSInitStart = SceneManager.initialize; SceneManager.initialize = function(){ FSInitStart.call(this); Graphics._requestFullScreen(); };
Then in:
{install dir}\www\index.html
somewhere in <head>, add:
View attachment 3237324Code:<style type="text/css"> CANVAS{image-rendering: pixelated;}</style>