Renderer/assets/Data/tutorial/hints.json
austin c776dae868
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
tutorial popup work
2024-07-20 14:49:32 -04:00

22 lines
876 B
JSON

{
"hints": [
{
"id": "BasicNavigation",
"titleString": "Navigation",
"descriptionString": "You can move the mouse to move the camera around. Also, you can use the W, A, S, and D keys to move your character.",
"image": ""
},
{
"id": "GrabbingItems",
"titleString": "Items",
"descriptionString": "Using the interact key will pick up items if they are currently targeted. You can then access the items by opening the inventory (I) and the character screen (C).",
"image": ""
},
{
"id": "EquippingItems",
"titleString": "Equipment",
"descriptionString": "Once items are equipped to the player, you may use left click and right click to perform their functions.",
"image": ""
}
]
}