JS web game: disable automatic resizing?

In a web game I am making, I have made fairly large sprites. These sprites only look good when the game is a certain size. Even if it is one pixel larger or one pixel smaller, the graphics look somewhat blurry. How can I edit the scripts in my game so that it doesn’t continually fit the screen?

Set fullscreen to false using the appropriate action (just search for an action related to fullscreen) :slight_smile: