10 lines
179 B
JSON
10 lines
179 B
JSON
{
|
|
"properties": {
|
|
"some.key.with.a.value": "value",
|
|
"game.screenwidth": "640",
|
|
"game.screenheight": "480",
|
|
"physics.gravity.y": "1024.0",
|
|
"physics.drag.y": "1.0"
|
|
}
|
|
}
|