refactor saber-particles, attach the component to sabers. update particle position on intersection move. saber collide particles

This commit is contained in:
Kevin Ngo
2018-12-02 17:58:24 -08:00
parent 58d24a75e8
commit e79e7bd781
9 changed files with 98 additions and 74 deletions

View File

@@ -511,6 +511,8 @@ AFRAME.registerState({
} else {
state.loadingText = '';
}
state.isPlaying = true;
}
});