mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Update masterReset.js
The gate shouldn't be grabbable
This commit is contained in:
parent
b41398be30
commit
f2283ab9f2
1 changed files with 1 additions and 6 deletions
|
@ -379,11 +379,6 @@ MasterReset = function() {
|
||||||
type: 'Box',
|
type: 'Box',
|
||||||
position: startPosition,
|
position: startPosition,
|
||||||
dimensions: TARGET_DIMENSIONS,
|
dimensions: TARGET_DIMENSIONS,
|
||||||
color: {
|
|
||||||
red: 0,
|
|
||||||
green: 255,
|
|
||||||
blue: 0
|
|
||||||
},
|
|
||||||
rotation: rotation,
|
rotation: rotation,
|
||||||
visible: false,
|
visible: false,
|
||||||
collisionsWillMove: false,
|
collisionsWillMove: false,
|
||||||
|
@ -875,7 +870,7 @@ MasterReset = function() {
|
||||||
resetMe: true,
|
resetMe: true,
|
||||||
},
|
},
|
||||||
grabbableKey: {
|
grabbableKey: {
|
||||||
grabbable: true
|
grabbable: false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue