From 269faca609b7c14c45d9290111bde82de3173809 Mon Sep 17 00:00:00 2001 From: j-weissen Date: Fri, 20 Jan 2023 15:52:47 +0100 Subject: [PATCH] minor changes --- frontend/public/game.js | 2 +- frontend/public/index.html | 2 +- frontend/src/App.vue | 9 +++++---- frontend/src/components/Leaderboard.vue | 3 --- frontend/src/components/Login.vue | 6 ++++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/public/game.js b/frontend/public/game.js index e7f0b77..4d1a861 100644 --- a/frontend/public/game.js +++ b/frontend/public/game.js @@ -43,7 +43,7 @@ function preload() { floorImage = loadImage(FLOOR_IMAGE_PATH); } function setup() { - createCanvas(2000, 1000); + createCanvas(1085, 600); floorHeight = height / 5; setupObstacleConsts(); setupFont(); diff --git a/frontend/public/index.html b/frontend/public/index.html index ead5f8f..fb663ea 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -10,8 +10,8 @@ <%= htmlWebpackPlugin.options.title %> - +