new wallapers added

This commit is contained in:
Neovoid Pineapple 2024-01-05 09:06:52 +00:00
parent 5e00f5f46c
commit e1e8b4817a
21 changed files with 8 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 239 KiB

After

Width:  |  Height:  |  Size: 652 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 515 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 KiB

BIN
images/bg_image_16.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

BIN
images/bg_image_17.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

BIN
images/bg_image_18.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 393 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 824 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 MiB

View file

@ -14,7 +14,10 @@ $(document).ready(function(){
[ 'bg_image_12'],
[ 'bg_image_13'],
[ 'bg_image_14'],
[ 'bg_image_15']
[ 'bg_image_15'],
[ 'bg_image_16'],
[ 'bg_image_17'],
[ 'bg_image_18']
];
var i = Math.floor(Math.random() * bgArray.length);
var bg = bgArray[i][0];

View file

@ -14,7 +14,10 @@ $(document).ready(function() {
['bg_image_12'],
['bg_image_13'],
['bg_image_14'],
['bg_image_15']
['bg_image_15'],
['bg_image_16'],
['bg_image_17'],
['bg_image_18']
];
var i = Math.floor(Math.random() * bgArray.length);