1
0
mirror of https://github.com/ynerant/Level-Editor.git synced 2025-01-08 07:32:20 +00:00

Rename to level editor

This commit is contained in:
Yohann D'ANELLO 2020-02-25 00:33:32 +01:00
parent 6795917373
commit d36800ab13

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);