mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 06:05:31 +02:00
moved light switches up
This commit is contained in:
parent
a629701362
commit
d29c337e95
1 changed files with 4 additions and 2 deletions
|
@ -68,6 +68,9 @@ function createAllToys() {
|
|||
z: 502.26498413085938
|
||||
});
|
||||
|
||||
//Handles toggling of all sconce lights
|
||||
createLightSwitches();
|
||||
|
||||
createMagballs({
|
||||
x: 548.73,
|
||||
y: 495.51,
|
||||
|
@ -92,8 +95,7 @@ function createAllToys() {
|
|||
z: 504.53
|
||||
});
|
||||
|
||||
//Handles toggling of all sconce lights
|
||||
createLightSwitches();
|
||||
|
||||
}
|
||||
|
||||
function deleteAllToys() {
|
||||
|
|
Loading…
Reference in a new issue