Skip to content

Commit 4187dc6

Browse files
Merge branch 'main' into feature/evenmoregraphics
2 parents f3d24fe + 228c4d5 commit 4187dc6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/getting_started/5_adding_basic_code.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ First, you need to add few new variables in the `Game1.cs` class file: A `Vector
1313
```csharp
1414
public class Game1 : Game
1515
{
16-
_graphics = new GraphicsDeviceManager(this);
17-
Content.RootDirectory = "Content";
1816
Texture2D ballTexture;
1917
Vector2 ballPosition;
2018
float ballSpeed;

0 commit comments

Comments
 (0)