-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Chat commands for fly mode & avatar size #723
Conversation
|
<a-asset-item id="sound_asset-teleport_start" src="./assets/sfx/teleportArc.wav" response-type="arraybuffer" preload="auto"></a-asset-item> | ||
<a-asset-item id="sound_asset-teleport_end" src="./assets/sfx/quickTurn.wav" response-type="arraybuffer" preload="auto"></a-asset-item> | ||
<a-asset-item id="sound_asset-snap_rotate" src="./assets/sfx/quickTurn.wav" response-type="arraybuffer" preload="auto"></a-asset-item> | ||
<a-asset-item id="sound_asset-snap_rotate" src="./assets/sfx/tap_mellow.wav" response-type="arraybuffer" preload="auto"></a-asset-item> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I thought the reception of quickTurn
was positive.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's still on teleport end, which feels right since it sounds like you are moving rapidly. Dom mentioned the ratchet turn as something worth refining (if I read his message in discord right) and having been play testing it a bit I tend to think it's used often enough that the current sound is a bit much -- not strongly opposed to it but I think if you try this PR it feels better. (The tap sound here is now unique since I moved to an alternative, so the ratchet turn sound is still distinct)
You can now use slash (
/
) commands in chat to enable fly mode, change your avatar size and more./help
/leave
/fly
'/bigger
and/smaller
are supported. Easy to add more.