mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29:30 -07:00
Fleshing out the megacity version, and adding it to the readme
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
- [(AKA this stuff).](http://matrix.wikia.com/wiki/Paradise_Matrix)
|
||||
- [A custom variety I call "Palimpsest"](https://rezmason.github.io/matrix?version=palimpsest)
|
||||
- [A custom variety I call "Twilight"](https://rezmason.github.io/matrix?version=twilight)
|
||||
- [Megacity Mode, as seen in Revolutions](https://rezmason.github.io/matrix?version=megacity)
|
||||
- [Pride flag colors](https://rezmason.github.io/matrix/?effect=pride)
|
||||
- [Trans flag colors](https://rezmason.github.io/matrix/?effect=trans)
|
||||
- [Custom stripes (`colors=R,G,B,R,G,B,R,G,B, etc`)](https://rezmason.github.io/matrix/?effect=customStripes&colors=1,0,0,1,1,0,0,1,0)
|
||||
|
||||
@@ -101,7 +101,9 @@ const defaults = {
|
||||
const versions = {
|
||||
classic: {},
|
||||
megacity: {
|
||||
font: "megacity"
|
||||
font: "megacity",
|
||||
animationSpeed: 0.5,
|
||||
width: 40
|
||||
},
|
||||
operator: {
|
||||
bloomStrength: 0.75,
|
||||
|
||||
Reference in New Issue
Block a user