Fix "Things to do" color issue and added placeholder "Skills Store"
This commit is contained in:
@@ -42,6 +42,24 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "skills-store",
|
||||
"label": "Skills Store",
|
||||
"comment": "This is only a placeholder for when we crack the skill system",
|
||||
"colors": ["0x8952D6", "0x33155B"],
|
||||
"iconSrc": "resources/icons/jazzy.png",
|
||||
"action": {
|
||||
"type": "utterance",
|
||||
"data": {
|
||||
"utterance": {
|
||||
"intent": "loadMenu",
|
||||
"entities": {
|
||||
"destination": "skills-store"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "introduction",
|
||||
"label": "Introduction",
|
||||
@@ -62,7 +80,7 @@
|
||||
{
|
||||
"id": "things-to-do",
|
||||
"label": "Things to do",
|
||||
"colors": ["0xff892f", "0x282735"],
|
||||
"colors": ["0xff892f", "0xAF4123"],
|
||||
"iconSrc": "resources/icons/things-to-do.png",
|
||||
"action": {
|
||||
"type": "utterance",
|
||||
|
||||
Reference in New Issue
Block a user