Use new upstream play session data feature and HTTP library to send play session data to remote server for logging. Add new stats for tracking play time and games started. Fix BGM button so BGM object is stopped when turned off and played when turned on. Add platform identifier to per platform config files. Move upstream math functions into sb::math. Add upstream SHA256 library to builds.
38 lines
597 B
JSON
38 lines
597 B
JSON
{
|
|
"gl":
|
|
{
|
|
"major version": 3,
|
|
"minor version": 0
|
|
},
|
|
|
|
"shader":
|
|
{
|
|
"vertex": "src/shaders/gles/shader.vert",
|
|
"fragment": "src/shaders/gles/shader.frag"
|
|
},
|
|
|
|
"demo":
|
|
{
|
|
"active": true
|
|
},
|
|
|
|
"display":
|
|
{
|
|
"qr display": true,
|
|
"steam button visible": true,
|
|
"dank logo visible": true,
|
|
"show cursor": false
|
|
},
|
|
|
|
"button":
|
|
{
|
|
"steam translation": [-1.35, -0.55],
|
|
"dank logo translation": [-1.45, -0.85]
|
|
},
|
|
|
|
"session":
|
|
{
|
|
"platform": "pi"
|
|
}
|
|
}
|