From ffb5a41d0c4b4c00e152974d1bfbd8b2ce043c38 Mon Sep 17 00:00:00 2001
From: Peter <pt033@hdm-stuttgart.de>
Date: Mon, 11 Dec 2023 17:52:25 +0100
Subject: [PATCH] fix(css): small changes #14

---
 src/main/resources/styles/style.css | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/main/resources/styles/style.css b/src/main/resources/styles/style.css
index 68bfa9b8..bb2a6b5c 100644
--- a/src/main/resources/styles/style.css
+++ b/src/main/resources/styles/style.css
@@ -15,11 +15,6 @@
     -fx-background-size: cover;
 }
 
-#gameScene {
-    -fx-background-image: url("../textures/images/testBackground.png");
-    -fx-background-size: cover;
-}
-
 #gameTitle {
     -fx-font-size: 100;
 }
-- 
GitLab