Skip to content

Commit

Permalink
Fix formatting, adding icon and removing executable
Browse files Browse the repository at this point in the history
  • Loading branch information
MugenTwo committed Jan 18, 2020
1 parent 3a0237f commit c2f5dc2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Paddle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public class Paddle : Area2D
[Export]
private int ballDirection = 1;
private RandomNumberGenerator randomNumberGenerator;

public override void _Ready()
{
this.randomNumberGenerator = new RandomNumberGenerator();
Expand Down
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed pong-cs.x86_64
Binary file not shown.

0 comments on commit c2f5dc2

Please sign in to comment.