add skin and preview

This commit is contained in:
Misthaa
2024-11-15 18:58:06 +01:00
parent 99d74f56db
commit 02b8b49273
17 changed files with 6 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 KiB

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 KiB

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 836 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

View File

@ -3,10 +3,10 @@
/* ::: :::::::: */
/* filesLoader.js :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* By: madegryc <madegryc@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/29 22:36:43 by edbernar #+# #+# */
/* Updated: 2024/11/13 22:35:34 by edbernar ### ########.fr */
/* Updated: 2024/11/15 18:18:07 by madegryc ### ########.fr */
/* */
/* ************************************************************************** */
@ -38,7 +38,7 @@ const url_files = {
bottom: '/static/img/skin/1/bottom.jpg',
front: '/static/img/skin/1/front.jpg',
back: '/static/img/skin/1/back.jpg',
show: '/static/img/skin/1/back.jpg',
show: '/static/img/skin/1/pre.jpg',
},
skinTwoTexture: {
left: '/static/img/skin/2/left.jpg',
@ -47,7 +47,7 @@ const url_files = {
bottom: '/static/img/skin/2/bottom.jpg',
front: '/static/img/skin/2/front.jpg',
back: '/static/img/skin/2/back.jpg',
show: '/static/img/skin/2/back.jpg',
show: '/static/img/skin/2/pre.jpg',
},
skinThreeTexture: {
left: '/static/img/skin/3/left.jpg',
@ -56,7 +56,7 @@ const url_files = {
bottom: '/static/img/skin/3/bottom.jpg',
front: '/static/img/skin/3/front.jpg',
back: '/static/img/skin/3/back.jpg',
show: '/static/img/skin/3/back.jpg',
show: '/static/img/skin/3/pre.jpg',
},
skinFourTexture: {
left: '/static/img/skin/4/left.jpg',
@ -65,7 +65,7 @@ const url_files = {
bottom: '/static/img/skin/4/bottom.jpg',
front: '/static/img/skin/4/front.jpg',
back: '/static/img/skin/4/back.jpg',
show: '/static/img/skin/4/back.jpg',
show: '/static/img/skin/4/pre.jpg',
},
}