Build arrow indicators into tutorial array
Closed this issue · 1 comments
gricha2380 commented
There is now an object for tips and a different object for tutorials. In tutorial array, create object containing arrow position and arrow type.
e.g.:
tutorial:[
{
"tip":"You can do things",
"arrow":
{
"direction":"down",
"position-x":"50",
"position-y":"50"
}
}
]
gricha2380 commented
Done, built into game/data.json. Position controlled on screen with percentage. Display override via enabled: false.