Final build for MINIFIED!

This commit is contained in:
Trenton Zimmer 2024-06-30 22:15:07 -04:00
parent 5ee35e32a7
commit d9a1016ea3
2 changed files with 31 additions and 29 deletions

View File

@ -36,6 +36,14 @@ const assetPaths = computed(() => {
:style="{ width: `${props.size}px`, height: `${props.size}px`, relative }"
>
<div class="qpro-character relative w-full h-full">
<!-- Hair Back -->
<img
class="qpro-hair-back absolute"
:src="assetPaths.hair + '_b.png'"
alt="Hair Back"
style="top: -22px; left: 6px; width: 90px"
/>
<!-- Right Arm -->
<img
class="qpro-arm-right-upper absolute"
@ -112,13 +120,7 @@ const assetPaths = computed(() => {
style="top: -5px; left: 30px; width: 50px"
/>
<!-- Hair -->
<img
class="qpro-hair-back absolute"
:src="assetPaths.hair + '_b.png'"
alt="Hair Back"
style="top: -22px; left: 6px; width: 90px"
/>
<!-- Hair Front -->
<img
class="qpro-hair-front absolute"
:src="assetPaths.hair + '_f.png'"

View File

@ -186,28 +186,28 @@ const routes = [
hotReload: true, // disables Hot Reload
},
},
{
meta: {
title: "View Scores",
},
path: "/games/:game/scores/:userId",
name: "personal_scores",
component: () => import("@/views/Game/PersonalScores.vue"),
options: {
hotReload: true, // disables Hot Reload
},
},
{
meta: {
title: "Network Scores",
},
path: "/games/:game/scores",
name: "all_scores",
component: () => import("@/views/Game/NetworkScores.vue"),
options: {
hotReload: true, // disables Hot Reload
},
},
// {
// meta: {
// title: "View Scores",
// },
// path: "/games/:game/scores/:userId",
// name: "personal_scores",
// component: () => import("@/views/Game/PersonalScores.vue"),
// options: {
// hotReload: true, // disables Hot Reload
// },
// },
// {
// meta: {
// title: "Network Scores",
// },
// path: "/games/:game/scores",
// name: "all_scores",
// component: () => import("@/views/Game/NetworkScores.vue"),
// options: {
// hotReload: true, // disables Hot Reload
// },
// },
{
meta: {
title: "Error",