hide victory menu when exiting

This commit is contained in:
Kevin Ngo
2018-10-10 13:26:07 -07:00
parent 114985992b
commit 36ccbc0325

View File

@@ -171,6 +171,7 @@ AFRAME.registerState({
resetScore(state);
state.isGameOver = false;
state.isPaused = false;
state.isVictory = false;
state.menu.active = true;
},