mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Add Grid Actions Shortkeys
Add Grid Actions Shortkeys Toggle Grid G Activate/Deactivate Snap to Grid H Align Grid to Selected Entities J Align Grid to Avatar K
This commit is contained in:
parent
71d0fb52e2
commit
bbde93f54b
1 changed files with 2 additions and 2 deletions
|
@ -1737,9 +1737,9 @@ function loaded() {
|
|||
setSpaceMode(data.spaceMode);
|
||||
} else if (data.type === "setSnapToGrid") {
|
||||
if (data.snap) {
|
||||
elSnapToGridActivatorCaption.innerHTML = "Deactivate Snap to Grid [ON]";
|
||||
elSnapToGridActivatorCaption.innerHTML = "✓ Deactivate Snap to Grid";
|
||||
} else {
|
||||
elSnapToGridActivatorCaption.innerHTML = "Activate Snap to Grid [OFF]";
|
||||
elSnapToGridActivatorCaption.innerHTML = "Activate Snap to Grid";
|
||||
}
|
||||
} else if (data.type === "confirmHMDstate") {
|
||||
if (data.isHmd) {
|
||||
|
|
Loading…
Reference in a new issue