no show restart button game over

This commit is contained in:
Kevin Ngo
2018-10-04 01:40:24 -07:00
parent 6b6e08c528
commit 6ee60c8b0c

View File

@@ -16,8 +16,10 @@
<a-entity
id="resumeButton"
mixin="dialogButton"
bind-toggle__raycastable="isPaused && !isGameOver"
position="0 0.35 0"
proxy-event="event: click; to: a-scene; as: pausemenuresume">
proxy-event="event: click; to: a-scene; as: pausemenuresume"
bind__visible="!isGameOver">
<a-entity mixin="dialogButtonText" text="value: RESUME" position="0 -0.070 0.01"></a-entity>
</a-entity>