Skip to content

Commit 9baf8c5

Browse files
v1.1.3
v1.1.3 - metaverse shop update
2 parents bdee950 + 6ea51f6 commit 9baf8c5

File tree

2 files changed

+100
-2
lines changed

2 files changed

+100
-2
lines changed

dist/admin/metaverse/script.js

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,105 @@ const productData = [
10821082
quaternion: null,
10831083
rotation: [0, 0, 0],
10841084
scale: 7 } },
1085+
1086+
{
1087+
id: 'green-bay-jacket',
1088+
product: {
1089+
description: 'straight-code hoodie ',
1090+
images: [
1091+
'https://straight-code.github.io/assets/hoodie.png'],
1092+
1093+
sizes: [
1094+
{ name: 'xs', price: 45.00 },
1095+
{ name: 'sm', price: 45.00 },
1096+
{ name: 'md', price: 45.00 },
1097+
{ name: 'lg', price: 45.00 },
1098+
{ name: 'xl', price: 45.00 },
1099+
{ name: 'xxl', price: 45.00 }],
1100+
1101+
title: 'straight-code hoodie' },
1102+
1103+
scene: {
1104+
assetUri: 'coat.glb',
1105+
path: 'https://straight-code.github.io/assets/',
1106+
position: [-15, 0, 35],
1107+
quaternion: null,
1108+
rotation: [0, 0, 0],
1109+
scale: 7 } },
10851110

1111+
{
1112+
id: 'green-bay-jacket',
1113+
product: {
1114+
description: 'straight-code hoodie ',
1115+
images: [
1116+
'https://straight-code.github.io/assets/hoodie.png'],
1117+
1118+
sizes: [
1119+
{ name: 'xs', price: 45.00 },
1120+
{ name: 'sm', price: 45.00 },
1121+
{ name: 'md', price: 45.00 },
1122+
{ name: 'lg', price: 45.00 },
1123+
{ name: 'xl', price: 45.00 },
1124+
{ name: 'xxl', price: 45.00 }],
1125+
1126+
title: 'straight-code hoodie' },
1127+
1128+
scene: {
1129+
assetUri: 'coat.glb',
1130+
path: 'https://straight-code.github.io/assets/',
1131+
position: [-10, 0, 35],
1132+
quaternion: null,
1133+
rotation: [0, 0, 0],
1134+
scale: 7 } },
1135+
{
1136+
id: 'green-bay-jacket',
1137+
product: {
1138+
description: 'straight-code hoodie ',
1139+
images: [
1140+
'https://straight-code.github.io/assets/hoodie.png'],
1141+
1142+
sizes: [
1143+
{ name: 'xs', price: 45.00 },
1144+
{ name: 'sm', price: 45.00 },
1145+
{ name: 'md', price: 45.00 },
1146+
{ name: 'lg', price: 45.00 },
1147+
{ name: 'xl', price: 45.00 },
1148+
{ name: 'xxl', price: 45.00 }],
1149+
1150+
title: 'straight-code hoodie' },
1151+
1152+
scene: {
1153+
assetUri: 'coat.glb',
1154+
path: 'https://straight-code.github.io/assets/',
1155+
position: [-5, 0, 35],
1156+
quaternion: null,
1157+
rotation: [0, 0, 0],
1158+
scale: 7 } },
1159+
1160+
{
1161+
id: 'green-bay-jacket',
1162+
product: {
1163+
description: 'straight-code hoodie ',
1164+
images: [
1165+
'https://straight-code.github.io/assets/hoodie.png'],
1166+
1167+
sizes: [
1168+
{ name: 'xs', price: 45.00 },
1169+
{ name: 'sm', price: 45.00 },
1170+
{ name: 'md', price: 45.00 },
1171+
{ name: 'lg', price: 45.00 },
1172+
{ name: 'xl', price: 45.00 },
1173+
{ name: 'xxl', price: 45.00 }],
1174+
1175+
title: 'straight-code hoodie' },
1176+
1177+
scene: {
1178+
assetUri: 'coat.glb',
1179+
path: 'https://straight-code.github.io/assets/',
1180+
position: [0, 0, 35],
1181+
quaternion: null,
1182+
rotation: [0, 0, 0],
1183+
scale: 7 } },
10861184
{
10871185
id: 'green-bay-jacket',
10881186
product: {

dist/admin/metaverse/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ body {
8888

8989
/* Joysticks */
9090
.joystick {
91-
background: rgba(100, 100, 100, 0.5);
91+
background: rgba(21, 255, 0, 0.582);
9292
border: 3px solid #646464;
9393
border-radius: 50%;
9494
height: 80px;
@@ -110,7 +110,7 @@ body {
110110
transform: translateX(-50%);
111111
}
112112
.joystick .thumb {
113-
background-color: #fff;
113+
background-color: rgb(34, 252, 6);
114114
border-radius: 50%;
115115
height: 40px;
116116
left: 17px;

0 commit comments

Comments
 (0)