Posted June 28, 2021 by Zeigard100
- 2 new levels
- Plate object. (Displays text on the screen)
- Added a chest.
- Potion of detecting objects.
- Slightly changed object Subject.
JSON:
- "Tablet": [
{
"X": 1,
"Y": -1,
"Text": [
">Text ",. ////Array of strings
"|in ",
"<Tablet"
]
}
],
- "Chest": [
{
"X": 1,
"Y": -1, // Coordinates
"Items": [// Array of items in the chest
{
"Type": "torch", // Torch,