Files
akgl-test/assets/properties.json

10 lines
179 B
JSON
Raw Normal View History

{
"properties": {
"some.key.with.a.value": "value",
"game.screenwidth": "640",
"game.screenheight": "480",
"physics.gravity.y": "1024.0",
"physics.drag.y": "1.0"
}
}