Skip to main content

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

Baby 3D Plugin for Construct 2

Make 3D games in Construct 2 powered by Babylon.js · By Pixel Rebirth

Fps

A topic by Construct2notbadnow created 27 days ago Views: 63 Replies: 1
Viewing posts 1 to 2

can I set maximum fps to top 60? 

Developer

For a browser engine you're usually bound to monitor refresh rate for your maximum framerate.

Afaik there's no reliable way to change this. There are some flags for NWjs for example (--disable-gpu-vsync --disable-frame-rate-limit) which I tried in the past without success.