Skip to content

Commit bb810a5

Browse files
committed
chore: we are so back
1 parent 682f606 commit bb810a5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pages/game.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
:style="`background:url('${config.public.baseURL}five.png');background-size:contain;background-position: center center;background-repeat: no-repeat;`"
6666
></div>
6767
<div
68-
:style="`background:url('${config.public.baseURL}gp2.png');background-size:contain;background-position: center center;background-repeat: no-repeat;`"
68+
:style="`background:url('${config.public.baseURL}info.png');background-size:contain;background-position: center center;background-repeat: no-repeat;`"
6969
class="h-[40%] w-full"
7070
></div>
7171
</section>

pages/index.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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;

public/gamebg.png

1010 KB
Loading

public/info.png

271 KB
Loading

0 commit comments

Comments
 (0)