mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 17:46:46 +02:00
Add "Move Selected Entity To Avatar"
Add "Move Selected Entity To Avatar"
This commit is contained in:
parent
c3719a7538
commit
6d7d9a3dde
1 changed files with 2 additions and 0 deletions
|
@ -329,6 +329,8 @@ EntityListTool = function(shouldUseEditTabletApp) {
|
|||
selectAllEntitiesInCurrentSelectionBox(true);
|
||||
} else if (data.type === 'teleportToEntity') {
|
||||
SelectionManager.teleportToEntity();
|
||||
} else if (data.type === 'moveEntitySelectionToAvatar') {
|
||||
SelectionManager.moveEntitiesSelectionToAvatar();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue