Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
From Wallpaper Engine > right click Better Matrix Codefall > Open In Explorer.
Find the Script.js > right click > Edit. (It should open Notepad, if not choose Open With)
Scroll down and find "build(row = 20) {" then modify the line below -
From-
if (Math.random() < .3) {
To-
if (Math.random() < .001) {
A little further down find "drop() {" then modify the line below -
From-
color: hsl(`+wpsettings.hslColor+`, 100%, ${65 / len * (i + 0.8)}%)
To-
color: hsl(`+wpsettings.hslColor+`, 100%, ${65 / len * (i + 1)}%)
You will then need to refresh it. Go back to Wallpaper Engine, choose another background, then back to Better Matrix Codefall.