Rename to level editor
This commit is contained in:
parent
6795917373
commit
d36800ab13
|
@ -62,7 +62,7 @@ public class MainFrame extends JFrame {
|
||||||
private MainFrame() {
|
private MainFrame() {
|
||||||
super();
|
super();
|
||||||
LOGGER.info("Initialisation de la fen\u00eatre");
|
LOGGER.info("Initialisation de la fen\u00eatre");
|
||||||
this.setTitle("Alice Game Engine");
|
this.setTitle("Level Editor");
|
||||||
this.setPreferredSize(new Dimension(1000, 800));
|
this.setPreferredSize(new Dimension(1000, 800));
|
||||||
this.setSize(800, 700);
|
this.setSize(800, 700);
|
||||||
this.setLocationRelativeTo(null);
|
this.setLocationRelativeTo(null);
|
||||||
|
|
Loading…
Reference in New Issue