@@ -192,7 +192,7 @@ const setup = () => {
192192 scale: { x: scale - 0.2 , y: scale - 0.2 , z: scale - 0.2 },
193193 },
194194 {
195- position: { x: 0 , y: 0 , z: 20 },
195+ position: { x: 50 , y: 0 , z: 20 },
196196 rotation: { x: 0 , y: 90 , z: 45 },
197197 scale: { x: scale , y: scale , z: scale },
198198 },
@@ -291,7 +291,7 @@ onMounted(() => {
291291 width : 300px ;
292292 height : 300px ;
293293 background : red ;
294- background : url (" ./plan2.webp" );
294+ background : url (" .. /plan2.webp" );
295295 background-repeat : no-repeat ;
296296 background-size : contain ;
297297 bottom : 0rem ;
@@ -310,15 +310,15 @@ onMounted(() => {
310310 width : 300px ;
311311 height : 300px ;
312312 background : red ;
313- background : url (" ./planet.webp" );
313+ background : url (" .. /planet.webp" );
314314 background-repeat : no-repeat ;
315315 background-size : contain ;
316316 top : 0rem ;
317317 left : 0 ;
318318}
319319
320320.gamePage {
321- background : url (" https://wallpapercave.com/wp/wp2461878.jpg " );
321+ background : url (" ../gamebg.png " );
322322 width : 100% ;
323323 height : 100% ;
324324 background-repeat : no-repeat ;
0 commit comments