Skip to content

Commit 0e63b28

Browse files
committed
updated version
added new preview updated readme changed default logo to None
1 parent 3c5c61d commit 0e63b28

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This is a highly customizable animated Matrix wallpaper for Wallpaper Engine (We
55
## Preview [(Web Demo)](https://ipdotsetaf.github.io/NeoMatrix/)
66

77
<img src="preview.gif" width=300px/>
8+
<img src="preview2.gif" width=300px/>
9+
<img src="preview3.gif" width=300px/>
810

911
##
1012

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.onload = function () {
2-
const version = "v2.2.0";
2+
const version = "v3.0.0";
33

44
checkForUpdates = async () => {
55
const url = 'https://api.github.com/repos/IPdotSetAF/NeoMatrix/tags';
@@ -30,7 +30,7 @@ window.onload = function () {
3030
ui_audio_audioSensetivity: 50,
3131
ui_audio_silenceAnimation: true,
3232
ui_audio_silenceTimeoutSeconds: 3,
33-
ui_logo_logo: "1",
33+
ui_logo_logo: "0",
3434
ui_logo_customLogo: "",
3535
ui_logo_scale: 1,
3636
ui_logo_positionX: 0,

preview2.gif

768 KB
Loading

preview3.gif

922 KB
Loading

project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
"order" : 121,
298298
"text" : "Logo",
299299
"type" : "combo",
300-
"value" : "1"
300+
"value" : "0"
301301
},
302302
"ui_logo_positionx" :
303303
{

0 commit comments

Comments
 (0)