diff --git a/2c1eswtjvb.js b/2c1eswtjvb.js index 9571518..11752f8 100644 --- a/2c1eswtjvb.js +++ b/2c1eswtjvb.js @@ -8,10 +8,15 @@ if (data.entity === this.parentEntity) { * Code Components */ this.beforeRender = R3.EntityManager.Instance.findComponentById('y2q95ipdcf'); +this.innerCircle = R3.EntityManager.Instance.findComponentById('ix41c5pelj'); +this.outerCircle = R3.EntityManager.Instance.findComponentById('zx8oaonomw'); this.beforeRender.entityLoaded = this; R3.CustomCode.prototype.render = function(delta) { + + this.innerCircle.rotation.y += delta; + } return null;