repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 7136b2ade9b349a4b56f4e4b5c64df96190b2053:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 7136b2ade9b349a4b56f4e4b5c64df96190b2053
Author: James Baicoianu 
Date:   Sun Mar 10 17:17:43 2024 -0700

    Set idle animation on load

diff --git a/scripts/janusghost.js b/scripts/janusghost.js
index fe4270e5e96f6234d0e11587d1573d34ceaaec9a..
index ..5ee51c2d285cd0d4a73c1c159e927d6b0ad1b4d6 100644
--- 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-----