Example sign with conversation.

This commit is contained in:
2024-10-20 15:31:04 -07:00
parent a74f285cb2
commit b2a3ca4411
12 changed files with 143 additions and 67 deletions

View File

@ -21,7 +21,11 @@
"maps": {
"testmap": {
"bob": "Hello, I am Bob.",
"sign": "This is a sign."
"sign": "This is a sign.",
"sign2": {
"1": "This is another sign.",
"2": "It has two lines."
}
}
}
}

View File

@ -42,6 +42,15 @@
"y": 8,
"text": "maps.testmap.sign"
},
{
"type": 3,
"x": 2,
"y": 2,
"texts": [
"maps.testmap.sign2.1",
"maps.testmap.sign2.2"
]
},
{
"type": 4,
"x": 6,