mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix size of the game window when exported with Electron
This commit is contained in:
@@ -14,6 +14,7 @@ function createWindow() {
|
||||
mainWindow = new BrowserWindow({
|
||||
width: 800 /*GDJS_WINDOW_WIDTH*/,
|
||||
height: 600 /*GDJS_WINDOW_HEIGHT*/,
|
||||
useContentSize: true,
|
||||
title: "GDJS_GAME_NAME",
|
||||
backgroundColor: '#000000'
|
||||
});
|
||||
|
Reference in New Issue
Block a user