-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathstrings.json
21 lines (21 loc) · 970 Bytes
/
strings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"strings": [
{ "key": "newGame", "value": "NEW GAME" },
{ "key": "continue", "value": "CONTINUE" },
{ "key": "deleteSave", "value": "DELETE SAVE" },
{ "key": "sfxOn", "value": "SFX!" },
{ "key": "sfxOff", "value": "SFX" },
{ "key": "gameOver", "value": "GAME OVER" },
{ "key": "quitFromGameOver", "value": "QUIT" },
{ "key": "equip", "value": "EQUIP" },
{ "key": "map", "value": "MAP" },
{ "key": "congrats", "value": "CONGRATS" },
{ "key": "gotSword", "value": "YOU GOT THE SWORD" },
{ "key": "gotHeartContainer", "value": "YOU GOT A HEART" },
{ "key": "gotBoomerang", "value": "YOU GOT THE BOOMERANG" },
{ "key": "gotBombs", "value": "YOU GOT THE BOMBS" },
{ "key": "gotRing", "value": "YOU GOT THE MAGIC RING" },
{ "key": "gotKey", "value": "YOU GOT A KEY" },
{ "key": "gotBossKey", "value": "YOU GOT THE BOSS KEY" }
]
}