diff --git a/78gnds8jrj.js b/78gnds8jrj.js index c607286..d5e3dde 100644 --- a/78gnds8jrj.js +++ b/78gnds8jrj.js @@ -25,6 +25,14 @@ this.treesRight = GameLib.EntityManager.Instance.findComponentById('oag0yr1rav') this.road = GameLib.EntityManager.Instance.findComponentById('4furha3wst'); this.sun = GameLib.EntityManager.Instance.findComponentById('nkdyvga5nl'); +/** + * Lights + */ +this.spotLight = GameLib.EntityManager.Instance.findComponentById('abkdj2g1f1'); + +this.spotLight.position.setFrom(this.sun.position); +this.spotLight.updateInstance('position'); + /** * Road Sections and Clouds */