You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lunarium_OLD/test_data/engine_state.json

33 lines
576 B
JSON

{
"State":
{
"DataDirectory": "data/",
"Mode": "test",
"Display":
{
"FullScreenResolution":
{
"Width": 1920,
"Height": 1080
},
"WindowedSize":
{
"Width": 1280,
"Height": 720
},
"WindowStartPosition":
{
"X": 100,
"Y": 100
},
"Renderer": "opengl",
"IsFullScreen": false,
"VSyncEnabled": true,
"MainFont": ""
}
}
}