Add "Move Selected Entity To Avatar"

Add "Move Selected Entity To Avatar"
This commit is contained in:
Alezia Kurdis 2020-10-20 00:16:38 -04:00 committed by GitHub
parent c3719a7538
commit 6d7d9a3dde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -329,6 +329,8 @@ EntityListTool = function(shouldUseEditTabletApp) {
selectAllEntitiesInCurrentSelectionBox(true);
} else if (data.type === 'teleportToEntity') {
SelectionManager.teleportToEntity();
} else if (data.type === 'moveEntitySelectionToAvatar') {
SelectionManager.moveEntitiesSelectionToAvatar();
}
};