-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwallpapers.js
More file actions
49 lines (47 loc) · 1.03 KB
/
wallpapers.js
File metadata and controls
49 lines (47 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
const wallpapersPC = [
"ChainsawMan",
"Goku-Legends",
"LiuKangMK1",
"Metal-Slug-1",
"Metal-Slug-2",
"Metal-Slug-3",
"Metal-Slug-4",
"Metal-Slug-5",
"Metal-Slug-6",
"Metal-Slug-X",
"ModernXP-Day",
"ModernXP-Night",
"ModernXP-Sunset",
"Paisaje-ciervo",
"Romcom",
"ScorpionMK11",
"Tekken-3",
"Transformers",
"ultramanVSgodzilla",
"WindowsBlue",
"WindowsPurple"
// Agrega aquí todos los nombres de archivo para PC
];
const wallpapersMovil = [
"demonslayer",
"Goku-&-Freezer-Legends",
"Goku-Legends",
"hunterXhunter",
"LiuKangMK1",
"ScorpionMK11",
"Tekken-3",
"ultramanVSgodzilla"
// Agrega aquí todos los nombres de archivo para Móvil
];
const wallpapersCarrusel = [
"ChainsawMan",
"Goku-Legends",
"LiuKangMK1",
"ModernXP-Day",
"ModernXP-Night",
"ModernXP-Sunset",
"ScorpionMK11",
"ultramanVSgodzilla",
"WindowsBlue",
"WindowsPurple"
];