From 4531ed6290d1caefc6aa0c125329d7e96379d27c Mon Sep 17 00:00:00 2001
From: Kopperoinen Paulus Juho <paulus.j.kopperoinen@student.jyu.fi>
Date: Thu, 23 Nov 2023 12:32:00 +0200
Subject: [PATCH] =?UTF-8?q?Vaihdoin=20kent=C3=A4n=20taustan=20vihre=C3=A4k?=
 =?UTF-8?q?si?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Matopeli/Matopeli/Matopeli.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Matopeli/Matopeli/Matopeli.cs b/Matopeli/Matopeli/Matopeli.cs
index 288c5be..afe4dcd 100644
--- a/Matopeli/Matopeli/Matopeli.cs
+++ b/Matopeli/Matopeli/Matopeli.cs
@@ -86,6 +86,7 @@ public class Matopeli : PhysicsGame
         LuoAikalaskuri();
         LuoPistelaskuri();
         LuoOmena();
+        Level.Background.Color = Color.LightGreen;
     }
     
     
-- 
GitLab