rename victoryfake event to test victory

This commit is contained in:
Kevin Ngo
2018-11-17 05:52:43 -08:00
parent 836c76b412
commit 5e43d0107a
3 changed files with 7 additions and 2 deletions

View File

@@ -437,6 +437,11 @@ AFRAME.registerState({
computeBeatsText(state);
},
victoryfake: function (state) {
state.score.accuracy = '12.34%';
state.score.rank = 'F';
},
wallhitstart: function (state) {
takeDamage(state);
}