From 50f99f0fcc36aed5b8c998af0162eb66fded0c40 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 17 Nov 2020 12:03:13 -0500 Subject: [PATCH] Display/hide high score on levels --- src/App.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 56b10f5..190331d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -74,6 +74,8 @@ +
+ High Score: {{ highscore }} by {{ highscorer }}
@@ -84,7 +86,8 @@ Next Task Next Level - + + @@ -95,9 +98,10 @@ style="text-shadow: 0" dense v-model="highscorer" - label="High Score name" + label="Top Name" placeholder="High Score Name" > + @@ -107,7 +111,7 @@ label="Bonus Points" placeholder="Bonus Points" /> - Give bonus + Give bonus @@ -284,6 +288,7 @@ export default { sort: "alphabetical", limit: 200, }, + hidehighscore: false, fontFamily: "Roboto", overlayimages: [