mirror of
https://github.com/kevin-DL/gyk-ar.git
synced 2026-01-23 15:21:33 +00:00
Updated the text styles
This commit is contained in:
@@ -111,7 +111,7 @@
|
|||||||
color="#FFF"
|
color="#FFF"
|
||||||
z-offset="1"
|
z-offset="1"
|
||||||
:value="decodeURIComponent(currentQuestion.question)"
|
:value="decodeURIComponent(currentQuestion.question)"
|
||||||
width="1"
|
width="2"
|
||||||
></a-text>
|
></a-text>
|
||||||
</a-plane>
|
</a-plane>
|
||||||
|
|
||||||
@@ -168,11 +168,11 @@
|
|||||||
@click="updateScore(response)"
|
@click="updateScore(response)"
|
||||||
>
|
>
|
||||||
<a-text
|
<a-text
|
||||||
color="#000"
|
color="#FFF"
|
||||||
z-offset="1"
|
z-offset="1"
|
||||||
:value="decodeURIComponent(response)"
|
:value="decodeURIComponent(response)"
|
||||||
rotation="-90 0 0"
|
rotation="-90 0 0"
|
||||||
width="1"
|
width="2"
|
||||||
></a-text>
|
></a-text>
|
||||||
</a-entity>
|
</a-entity>
|
||||||
</a-marker>
|
</a-marker>
|
||||||
@@ -247,7 +247,7 @@
|
|||||||
return color;
|
return color;
|
||||||
},
|
},
|
||||||
getColor(index) {
|
getColor(index) {
|
||||||
return `opacity: 0.5; color: ${colors[index]}`;
|
return `opacity: 1; color: ${colors[index]}`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user