Skip to main content

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

hey dude. so is there anyway to make it fullscreen? like when its "large" i can't see the words cause its cut off but when it's "small" i also can't read the words cause its too small. sorry if this came across as rude im not trying to be i really appreciate the time and effort put into this

 

Sorry, there isn’t currently! I have a script attached that helps smooth out how pixels are rendered, but from initial observation it wouldn’t resize the image unless it was a multiple of the original size (640x480->1280x960, for example). Let me take another look though- would hate that people wouldn’t be able to play this due to accessibility issues.

(1 edit)

So I just messed around with the script and updated the game to add a 720 pixel resolution, which hopefully should fit on most laptop screens?

Since 720 isn't a multiple of 480 the game will render a little oddly (and the best fix for this would definitely be allowing the player to change font size but that would require more extensive changes) but I'm hoping this helps enough for now. Sorry about that!