From de5a7c08be54a561f68886a5454fdb66dd600459 Mon Sep 17 00:00:00 2001
From: Frederic Aust <frederic.aust@hs-bochum.de>
Date: Fri, 5 Feb 2021 22:25:43 +0100
Subject: [PATCH] X-Position von PlayerTwo angepasst, damit beide Spieler 52
 Pixel vom Rand entfernt sind

---
 Battle Pong/Main.tscn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Battle Pong/Main.tscn b/Battle Pong/Main.tscn
index 9240734..1ab560f 100644
--- a/Battle Pong/Main.tscn	
+++ b/Battle Pong/Main.tscn	
@@ -48,7 +48,7 @@ __meta__ = {
 }
 
 [node name="StartPositionPlayerTwo" type="Position2D" parent="."]
-position = Vector2( 968, 300 )
+position = Vector2( 972, 300 )
 
 [node name="StartPositionBall" type="Position2D" parent="."]
 position = Vector2( 512, 300 )
-- 
GitLab