mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-17 22:08:27 +02:00
fixed more syntax errors
This commit is contained in:
parent
36f7bba87e
commit
a6df6c53f1
2 changed files with 1 additions and 4 deletions
|
@ -36,7 +36,7 @@
|
|||
});
|
||||
Script.setTimeout(function() {
|
||||
_this.isMeowing = false;
|
||||
}, this.soundClipTime)
|
||||
}, this.soundClipTime);
|
||||
},
|
||||
|
||||
preload: function(entityID) {
|
||||
|
|
|
@ -34,8 +34,6 @@
|
|||
},
|
||||
|
||||
startNearGrab: function() {
|
||||
// if (this.isGrabbed === false) {
|
||||
print("START GRAB")
|
||||
Entities.editEntity(this.entityID, {
|
||||
animationURL: "https://hifi-public.s3.amazonaws.com/models/Bboys/zombie_scream.fbx",
|
||||
animationFrameIndex: 0
|
||||
|
@ -67,7 +65,6 @@
|
|||
if (this.isGrabbed === true && this.hand === this.initialHand) {
|
||||
this.audioInjector.stop();
|
||||
Entities.editEntity(this.entityID, {
|
||||
// animationSettings: this.stopAnimationSetting,
|
||||
animationFrameIndex: 0
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue