Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Computer Simulation Template

A complete template for creating your own Computer Simulation game in GameMaker! · By Deklaration

Adjusting font and UI to fit multiple size windows

A topic by hopelessdecoy created 2 days ago Views: 14 Replies: 1
Viewing posts 1 to 2

I switched the screen to 1300x720 so that I can still see my editor while looking at the game and it didn't resize very well... Most text is barely legible. Is this template only usable at full screen 1920x1080? Or is there an easy setting to readjust? Sorry I am new-ish to GM but always wanted to make a computer based horror game :)

Developer (1 edit)

Hi!

There are actually two rooms in this template. First, there's the rDesktop. That's the game! But there are also a room called rInit, that initializes everything and then send the player to rDesktop. If you want to change the room size, you need to change it in both rInit and rDesktop. Also, since this template uses viewports, you need to adjust that as well. Go to the settings in rDesktop and change the width and height of Viewport 0 to 1280 and 720. Remember to use 1280 and not 1300, since template uses pixel fonts. They don't scale well to odd numbers. 

This should resolve the issue!