nephtys::client::config¶
-
struct
config
¶ This is the game configuration.
Below is an example of a valid configuration for the nephtys client:
{
"window":{
"size":{
"height":1200,
"width":800
},
"title":"nephtys",
"fullscreen":false
}
}
See also nephtys::utils, nephtys::window::win_cfg.