repo: janusweb action: commit revision: path_from: revision_from: 7136b2ade9b349a4b56f4e4b5c64df96190b2053: path_to: revision_to:
commit 7136b2ade9b349a4b56f4e4b5c64df96190b2053 Author: James BaicoianuDate: Sun Mar 10 17:17:43 2024 -0700 Set idle animation on load diff --git a/scripts/janusghost.js b/scripts/janusghost.js
--- a/scripts/janusghost.js
+++ b/scripts/janusghost.js
@@ -339,7 +339,7 @@ elation.require(['janusweb.janusbase', 'engine.things.leapmotion'], function() {
if (this.body.animationmixer) {
this.cloneAnimations(animasset);
}
- //this.body.setAnimation('idle');
+ this.body.setAnimation('idle');
}
});
animasset.load();
-----END OF PAGE-----