added death message and username (closes #25)

This commit is contained in:
Nathan DECHER 2020-04-13 15:50:46 +02:00
parent 462668e5cd
commit db52ff95ae
5 changed files with 26 additions and 8 deletions

View file

@ -1,4 +1,6 @@
{
"player.name": "Player",
"input.touchscreen.crosspad.enabled": false,
"input.touchscreen.crosspad.overlay": true,

View file

@ -1,4 +1,12 @@
{
"player": {
"name": "Player settings"
},
"player.name": {
"name": "Player name",
"type": "string"
},
"input": {
"name": "Input settings"
},