mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 05:44:12 +02:00
Update hiddenEntityReset.js
add 0 before numbers
This commit is contained in:
parent
880aed0e6b
commit
0e4aaaceeb
1 changed files with 3 additions and 3 deletions
|
@ -170,8 +170,8 @@
|
|||
collisionSoundURL: "https://s3.amazonaws.com/hifi-public/sounds/Guns/Gun_Drop_and_Metalli_1.wav",
|
||||
dimensions: {
|
||||
x: 0.05,
|
||||
y: .23,
|
||||
z: .36
|
||||
y: 0.23,
|
||||
z: 0.36
|
||||
},
|
||||
script: gunScriptURL,
|
||||
color: {
|
||||
|
@ -1381,4 +1381,4 @@
|
|||
};
|
||||
// entity scripts always need to return a newly constructed object of our type
|
||||
return new ResetSwitch();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue