clean up state

This commit is contained in:
Kevin Ngo
2018-10-09 17:17:41 -07:00
parent 3efc816a5b
commit 52b9b19cf5
5 changed files with 14 additions and 15 deletions

View File

@@ -14,7 +14,7 @@
<a-entity mixin="dialogButtonText" text="value: GAME OVER; color: #ff7171; width: 4" bind__visible="isGameOver" position="0 1.8 -2.3"></a-entity>
<a-entity id="pauseDialog" position="0 1.6 -2" bind__visible="isPaused">
<a-entity position="0 1.6 -2" bind__visible="!isPlaying && !menu.active">
<a-entity
id="resumeButton"
mixin="dialogButton"