Server Ok but not the ball

This commit is contained in:
2022-10-25 17:26:54 +02:00
parent 7a60703eb8
commit c1ba4774fc
10 changed files with 396 additions and 301 deletions
+2 -2
View File
@@ -44,7 +44,7 @@ namespace client
spriteBatch.Draw(texture, Position, Color.White);
}
public void Collisions(Ball ball)
/*public void Collisions(Ball ball)
{
if (isLeft)
{
@@ -60,6 +60,6 @@ namespace client
//ball.StopMoving();
}
}
}
}*/
}
}