diff --git a/uchezypj8k.js b/uchezypj8k.js index ee3b050..288f5d0 100644 --- a/uchezypj8k.js +++ b/uchezypj8k.js @@ -1,2 +1,22 @@ -console.log(data); +if (data.entity === this.parentEntity) { + console.log('snail runner loaded'); +} else { + return; +} + +/** + * Custom Code Components + */ +this.beforeRender = GameLib.EntityManager.Instance.findComponentById('rlley2ki2i'); + +/** + * Meshes + */ +this.road = GameLib.EntityManager.Instance.findComponentById('07f38e7wvv'); + +/** + * Activate our custom code components + */ +this.beforeRender.entityLoaded = this; + //@ sourceURL=entityLoaded.js \ No newline at end of file