Quote:
Originally Posted by LouiseWilson
hello,
Super mod I'm looking to change the lights to a smaller version, cannot seems to find it in the .js file could you point me in the right direction if possible
|
Change this In the
christmaslights.js File
PHP Code:
this.lightClass = (screenX>1360?'medium':'tiny'); // kind of light to show (32px to 96px square)
To This
PHP Code:
this.lightClass = (screenX>1360?'tiny':'tiny'); // kind of light to show (32px to 96px square)