mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-07-20 18:09:42 -05:00
Final build for MINIFIED!
This commit is contained in:
parent
5ee35e32a7
commit
d9a1016ea3
|
|
@ -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'"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user