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:
parent
6795917373
commit
d36800ab13
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user