rename victory buttons
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user