From 7fa93941573663af636300b60d913afb4ee78fb0 Mon Sep 17 00:00:00 2001 From: cybafelo Date: Sun, 23 Jun 2019 08:55:27 +0000 Subject: [PATCH] Update: entity_loaded (2c1eswtjvb.js) 198 bytes modified --- 2c1eswtjvb.js | 5 +++++ 1 file changed, 5 insertions(+) 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;