Skip to content

Commit

Permalink
Moved Renderer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SzAdamHun committed May 17, 2024
1 parent 57e7989 commit 98e0841
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Main {
static int roundNums = 30;
static int activePlayerIndex = 0;
static Player activePlayer;
static Renderer renderer = new Renderer();
static Renderer renderer;
public static void main(String[] args) {
gameKeyListener= new GameKeyListener(gmap);
renderer.frame.setSize(1280,720);
Expand Down
File renamed without changes.

0 comments on commit 98e0841

Please sign in to comment.