Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bullet component order matters #3

Open
banada opened this issue Mar 11, 2020 · 1 comment
Open

Bullet component order matters #3

banada opened this issue Mar 11, 2020 · 1 comment

Comments

@banada
Copy link

banada commented Mar 11, 2020

If I modify the example and move the bullet component to be the last attribute, the gun does not shoot.

Original, works fine:

<a-entity bullet geometry="primitive: sphere; radius: 0.1" material="color: orange">

Does not work:

<a-entity geometry="primitive: sphere; radius: 0.1" material="color: orange" bullet>
@tscans
Copy link

tscans commented Mar 14, 2020

I just realized this. This is a major issue that should be documented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants