Skip to content
Snippets Groups Projects
Commit 2c10a485 authored by SYMKO TRISTAN's avatar SYMKO TRISTAN
Browse files

update

parent ebcfbd91
Branches
No related merge requests found
......@@ -12,7 +12,7 @@ public class Game {
public boolean isWin = false;
public Game() {
this.level = new Level(3);
this.level = new Level(1);
this.frame = new JFrame("Monstre Hunter");
this.panel = new Panel(level, this);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment