rename victory buttons

This commit is contained in:
Kevin Ngo
2018-11-17 07:24:00 -08:00
parent 75b854e0d7
commit f7acbd9c99

View File

@@ -79,7 +79,7 @@
mixin="gameMenuButtonText"
bind__text="opacity: isVictory && 0 || 0"
animation="property: components.text.material.uniforms.opacity.value; from: 0; to: 1; startEvents: textcounterdone"
text="opacity: 0; value: RESTART SONG"></a-entity>
text="opacity: 0; value: PLAY AGAIN"></a-entity>
</a-entity>
<a-entity
@@ -97,7 +97,7 @@
mixin="gameMenuButtonText"
bind__text="opacity: isVictory && 0 || 0"
animation="property: components.text.material.uniforms.opacity.value; from: 0; to: 1; startEvents: textcounterdone"
text="opacity: 0; value: EXIT TO MENU"></a-entity>
text="opacity: 0; value: BACK TO MENU"></a-entity>
</a-entity>
</a-entity>
</a-entity>