Added language support to main menu and sign

This commit is contained in:
2024-10-17 07:17:36 -07:00
parent 3baafec9cb
commit 7867076bbe
13 changed files with 162 additions and 85 deletions

View File

@ -1,7 +1,16 @@
{
"general": {
"test": {
"test": "test"
"main_menu": {
"new_game": "New Game",
"load_game": "Load Game",
"options": "Options",
"exit": "Exit"
},
"maps": {
"testmap": {
"sign": {
"text": "This is a sign.",
"name": "Sign"
}
}
}
}

View File

@ -40,7 +40,7 @@
"type": 3,
"x": 3,
"y": 8,
"text": "This is a sign."
"text": "maps.testmap.sign"
},
{
"type": 4,