Rename to level editor

This commit is contained in:
Yohann D'ANELLO 2020-02-25 00:33:32 +01:00
parent 6795917373
commit d36800ab13
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class MainFrame extends JFrame {
private MainFrame() {
super();
LOGGER.info("Initialisation de la fen\u00eatre");
this.setTitle("Alice Game Engine");
this.setTitle("Level Editor");
this.setPreferredSize(new Dimension(1000, 800));
this.setSize(800, 700);
this.setLocationRelativeTo(null);